Layer 227
constructor
messages.chatInviteJoinResultOk#445663a7 updates:Updates = messages.ChatInviteJoinResult;

Parameters

Name Type Description
Updates Updates

Gogram Example

// Creating MessagesChatInviteJoinResultOk constructor
obj := &tg.MessagesChatInviteJoinResultOk{
    Updates: &tg.Updates{},
}