type github.com/gotd/td/tg.ChatlistsExportedChatlistInvite

22 uses

	github.com/gotd/td/tg (current package)
		tl_chatlists_export_chatlist_invite_gen.go#L264: func (c *Client) ChatlistsExportChatlistInvite(ctx context.Context, request *ChatlistsExportChatlistInviteRequest) (*ChatlistsExportedChatlistInvite, error) {
		tl_chatlists_export_chatlist_invite_gen.go#L265: 	var result ChatlistsExportedChatlistInvite
		tl_chatlists_exported_chatlist_invite_gen.go#L41: type ChatlistsExportedChatlistInvite struct {
		tl_chatlists_exported_chatlist_invite_gen.go#L56: 	_ bin.Encoder     = &ChatlistsExportedChatlistInvite{}
		tl_chatlists_exported_chatlist_invite_gen.go#L57: 	_ bin.Decoder     = &ChatlistsExportedChatlistInvite{}
		tl_chatlists_exported_chatlist_invite_gen.go#L58: 	_ bin.BareEncoder = &ChatlistsExportedChatlistInvite{}
		tl_chatlists_exported_chatlist_invite_gen.go#L59: 	_ bin.BareDecoder = &ChatlistsExportedChatlistInvite{}
		tl_chatlists_exported_chatlist_invite_gen.go#L62: func (e *ChatlistsExportedChatlistInvite) Zero() bool {
		tl_chatlists_exported_chatlist_invite_gen.go#L77: func (e *ChatlistsExportedChatlistInvite) String() string {
		tl_chatlists_exported_chatlist_invite_gen.go#L81: 	type Alias ChatlistsExportedChatlistInvite
		tl_chatlists_exported_chatlist_invite_gen.go#L86: func (e *ChatlistsExportedChatlistInvite) FillFrom(from interface {
		tl_chatlists_exported_chatlist_invite_gen.go#L97: func (*ChatlistsExportedChatlistInvite) TypeID() uint32 {
		tl_chatlists_exported_chatlist_invite_gen.go#L102: func (*ChatlistsExportedChatlistInvite) TypeName() string {
		tl_chatlists_exported_chatlist_invite_gen.go#L107: func (e *ChatlistsExportedChatlistInvite) TypeInfo() tdp.Type {
		tl_chatlists_exported_chatlist_invite_gen.go#L130: func (e *ChatlistsExportedChatlistInvite) Encode(b *bin.Buffer) error {
		tl_chatlists_exported_chatlist_invite_gen.go#L139: func (e *ChatlistsExportedChatlistInvite) EncodeBare(b *bin.Buffer) error {
		tl_chatlists_exported_chatlist_invite_gen.go#L156: func (e *ChatlistsExportedChatlistInvite) Decode(b *bin.Buffer) error {
		tl_chatlists_exported_chatlist_invite_gen.go#L167: func (e *ChatlistsExportedChatlistInvite) DecodeBare(b *bin.Buffer) error {
		tl_chatlists_exported_chatlist_invite_gen.go#L187: func (e *ChatlistsExportedChatlistInvite) GetFilter() (value DialogFilterClass) {
		tl_chatlists_exported_chatlist_invite_gen.go#L195: func (e *ChatlistsExportedChatlistInvite) GetInvite() (value ExportedChatlistInvite) {
		tl_registry_gen.go#L4741: 		ChatlistsExportedChatlistInviteTypeID:                                   func() bin.Object { return &ChatlistsExportedChatlistInvite{} },
		tl_server_gen.go#L9404: func (s *ServerDispatcher) OnChatlistsExportChatlistInvite(f func(ctx context.Context, request *ChatlistsExportChatlistInviteRequest) (*ChatlistsExportedChatlistInvite, error)) {