messages.ChatInviteJoinResult
This is a boxed type (a TL class): the Go interface tg.MessagesChatInviteJoinResultClass, implemented by
the constructors below. A value of this type is one of them — switch on the concrete
type to handle it.
switch v := value.(type) {
case *tg.MessagesChatInviteJoinResultOk: // messages.chatInviteJoinResultOk
case *tg.MessagesChatInviteJoinResultWebView: // messages.chatInviteJoinResultWebView
}
Constructors
| Constructor | TL name |
|---|---|
MessagesChatInviteJoinResultOk | messages.chatInviteJoinResultOk |
MessagesChatInviteJoinResultWebView | messages.chatInviteJoinResultWebView |