Browse Source

Add option to send nonblocking chat messages

main v2.0.7
Sam Hofius 3 years ago
parent
commit
2be41ab217
  1. 1
      types.go

1
types.go

@ -114,6 +114,7 @@ type SendMessageOptions struct { @@ -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 {

Loading…
Cancel
Save