This commit is contained in:
1-6
2023-07-19 08:30:37 +08:00
parent f94012bd9d
commit ae09010047
3 changed files with 13 additions and 7 deletions
+4 -3
View File
@@ -55,7 +55,8 @@ type Sender interface {
}
type FakerSenderParams struct {
Content string
UserID string
ChatID string
Content string
UserID string
ChatID string
MessageID string
}