Layer 227
MessagesChatInviteJoinResultOk
Successful chat-invite join result, bundled with the resulting updates.
constructor
messages.chatInviteJoinResultOk#445663a7 updates:Updates = messages.ChatInviteJoinResult;
Parameters
| Name | Type | Description |
|---|---|---|
| Updates | Updates |
Returns
messages.ChatInviteJoinResultGogram Example
// Creating MessagesChatInviteJoinResultOk constructor obj := &tg.MessagesChatInviteJoinResultOk{ Updates: &tg.Updates{}, }