diff --git a/types.go b/types.go index bf01418..41f591e 100644 --- a/types.go +++ b/types.go @@ -114,6 +114,7 @@ type SendMessageOptions struct { ReplyTo *chat1.MessageID `json:"reply_to,omitempty"` ExplodingLifetime *ExplodingLifetime `json:"exploding_lifetime,omitempty"` UnreadOnly bool `json:"unread_only,omitempty"` + NonBlock bool `json:"nonblock,omitempty"` } type sendMessageParams struct {