chat: add new bot api 6.1 fields

pull/558/head
Demian 2 years ago
parent 2a6eec366f
commit adf6dc85a2

@ -97,6 +97,9 @@ type ChatMember struct {
// Use tele.Forever().
//
RestrictedUntil int64 `json:"until_date,omitempty"`
JoinToSend string `json:"join_to_send_messages"`
JoinByRequest string `json:"join_by_request"`
}
// ChatID represents a chat or an user integer ID, which can be used

Loading…
Cancel
Save