Skip to main content

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

ConstructorTL name
MessagesChatInviteJoinResultOkmessages.chatInviteJoinResultOk
MessagesChatInviteJoinResultWebViewmessages.chatInviteJoinResultWebView

Returned by

References