type github.com/gotd/td/tg.MessagesGetExportedChatInviteRequest
22 uses
github.com/gotd/td/tg (current package)
tl_messages_get_exported_chat_invite_gen.go#L38: type MessagesGetExportedChatInviteRequest struct {
tl_messages_get_exported_chat_invite_gen.go#L50: _ bin.Encoder = &MessagesGetExportedChatInviteRequest{}
tl_messages_get_exported_chat_invite_gen.go#L51: _ bin.Decoder = &MessagesGetExportedChatInviteRequest{}
tl_messages_get_exported_chat_invite_gen.go#L52: _ bin.BareEncoder = &MessagesGetExportedChatInviteRequest{}
tl_messages_get_exported_chat_invite_gen.go#L53: _ bin.BareDecoder = &MessagesGetExportedChatInviteRequest{}
tl_messages_get_exported_chat_invite_gen.go#L56: func (g *MessagesGetExportedChatInviteRequest) Zero() bool {
tl_messages_get_exported_chat_invite_gen.go#L71: func (g *MessagesGetExportedChatInviteRequest) String() string {
tl_messages_get_exported_chat_invite_gen.go#L75: type Alias MessagesGetExportedChatInviteRequest
tl_messages_get_exported_chat_invite_gen.go#L80: func (g *MessagesGetExportedChatInviteRequest) FillFrom(from interface {
tl_messages_get_exported_chat_invite_gen.go#L91: func (*MessagesGetExportedChatInviteRequest) TypeID() uint32 {
tl_messages_get_exported_chat_invite_gen.go#L96: func (*MessagesGetExportedChatInviteRequest) TypeName() string {
tl_messages_get_exported_chat_invite_gen.go#L101: func (g *MessagesGetExportedChatInviteRequest) TypeInfo() tdp.Type {
tl_messages_get_exported_chat_invite_gen.go#L124: func (g *MessagesGetExportedChatInviteRequest) Encode(b *bin.Buffer) error {
tl_messages_get_exported_chat_invite_gen.go#L133: func (g *MessagesGetExportedChatInviteRequest) EncodeBare(b *bin.Buffer) error {
tl_messages_get_exported_chat_invite_gen.go#L148: func (g *MessagesGetExportedChatInviteRequest) Decode(b *bin.Buffer) error {
tl_messages_get_exported_chat_invite_gen.go#L159: func (g *MessagesGetExportedChatInviteRequest) DecodeBare(b *bin.Buffer) error {
tl_messages_get_exported_chat_invite_gen.go#L181: func (g *MessagesGetExportedChatInviteRequest) GetPeer() (value InputPeerClass) {
tl_messages_get_exported_chat_invite_gen.go#L189: func (g *MessagesGetExportedChatInviteRequest) GetLink() (value string) {
tl_messages_get_exported_chat_invite_gen.go#L208: func (c *Client) MessagesGetExportedChatInvite(ctx context.Context, request *MessagesGetExportedChatInviteRequest) (MessagesExportedChatInviteClass, error) {
tl_registry_gen.go#L5085: MessagesGetExportedChatInviteRequestTypeID: func() bin.Object { return &MessagesGetExportedChatInviteRequest{} },
tl_server_gen.go#L5086: func (s *ServerDispatcher) OnMessagesGetExportedChatInvite(f func(ctx context.Context, request *MessagesGetExportedChatInviteRequest) (MessagesExportedChatInviteClass, error)) {
tl_server_gen.go#L5088: var request MessagesGetExportedChatInviteRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |