This commit is contained in:
cdle
2021-09-23 21:50:14 +08:00
parent b96536d92b
commit 55cd50847e
+1 -1
View File
@@ -55,7 +55,7 @@ func (sender *Faker) GetChatID() int {
}
func (sender *Faker) GetImType() string {
if sender.Type == "" {
if sender.Type == "" { //
return "fake"
}
return sender.Type