This commit is contained in:
cdle
2021-09-23 21:49:33 +08:00
parent d650136a5a
commit b96536d92b
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -55,6 +55,9 @@ func (sender *Faker) GetChatID() int {
}
func (sender *Faker) GetImType() string {
if sender.Type == "" {
return "fake"
}
return sender.Type
}