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

33 uses

	github.com/gotd/td/tg (current package)
		tl_messages_exported_chat_invite_gen.go#L38: type MessagesExportedChatInvite struct {
		tl_messages_exported_chat_invite_gen.go#L49: func (e MessagesExportedChatInvite) construct() MessagesExportedChatInviteClass { return &e }
		tl_messages_exported_chat_invite_gen.go#L53: 	_ bin.Encoder     = &MessagesExportedChatInvite{}
		tl_messages_exported_chat_invite_gen.go#L54: 	_ bin.Decoder     = &MessagesExportedChatInvite{}
		tl_messages_exported_chat_invite_gen.go#L55: 	_ bin.BareEncoder = &MessagesExportedChatInvite{}
		tl_messages_exported_chat_invite_gen.go#L56: 	_ bin.BareDecoder = &MessagesExportedChatInvite{}
		tl_messages_exported_chat_invite_gen.go#L58: 	_ MessagesExportedChatInviteClass = &MessagesExportedChatInvite{}
		tl_messages_exported_chat_invite_gen.go#L61: func (e *MessagesExportedChatInvite) Zero() bool {
		tl_messages_exported_chat_invite_gen.go#L76: func (e *MessagesExportedChatInvite) String() string {
		tl_messages_exported_chat_invite_gen.go#L80: 	type Alias MessagesExportedChatInvite
		tl_messages_exported_chat_invite_gen.go#L85: func (e *MessagesExportedChatInvite) FillFrom(from interface {
		tl_messages_exported_chat_invite_gen.go#L96: func (*MessagesExportedChatInvite) TypeID() uint32 {
		tl_messages_exported_chat_invite_gen.go#L101: func (*MessagesExportedChatInvite) TypeName() string {
		tl_messages_exported_chat_invite_gen.go#L106: func (e *MessagesExportedChatInvite) TypeInfo() tdp.Type {
		tl_messages_exported_chat_invite_gen.go#L129: func (e *MessagesExportedChatInvite) Encode(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L138: func (e *MessagesExportedChatInvite) EncodeBare(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L161: func (e *MessagesExportedChatInvite) Decode(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L172: func (e *MessagesExportedChatInvite) DecodeBare(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L204: func (e *MessagesExportedChatInvite) GetInvite() (value ExportedChatInviteClass) {
		tl_messages_exported_chat_invite_gen.go#L212: func (e *MessagesExportedChatInvite) GetUsers() (value []UserClass) {
		tl_messages_exported_chat_invite_gen.go#L220: func (e *MessagesExportedChatInvite) MapUsers() (value UserClassArray) {
		tl_messages_exported_chat_invite_gen.go#L500: 		v := MessagesExportedChatInvite{}
		tl_messages_exported_chat_invite_slices_gen.go#L122: 		value, ok := elem.(*MessagesExportedChatInvite)
		tl_messages_exported_chat_invite_slices_gen.go#L146: type MessagesExportedChatInviteArray []MessagesExportedChatInvite
		tl_messages_exported_chat_invite_slices_gen.go#L149: func (s MessagesExportedChatInviteArray) Sort(less func(a, b MessagesExportedChatInvite) bool) MessagesExportedChatInviteArray {
		tl_messages_exported_chat_invite_slices_gen.go#L157: func (s MessagesExportedChatInviteArray) SortStable(less func(a, b MessagesExportedChatInvite) bool) MessagesExportedChatInviteArray {
		tl_messages_exported_chat_invite_slices_gen.go#L165: func (s MessagesExportedChatInviteArray) Retain(keep func(x MessagesExportedChatInvite) bool) MessagesExportedChatInviteArray {
		tl_messages_exported_chat_invite_slices_gen.go#L179: func (s MessagesExportedChatInviteArray) First() (v MessagesExportedChatInvite, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L187: func (s MessagesExportedChatInviteArray) Last() (v MessagesExportedChatInvite, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L195: func (s *MessagesExportedChatInviteArray) PopFirst() (v MessagesExportedChatInvite, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L205: 	var zero MessagesExportedChatInvite
		tl_messages_exported_chat_invite_slices_gen.go#L214: func (s *MessagesExportedChatInviteArray) Pop() (v MessagesExportedChatInvite, ok bool) {
		tl_registry_gen.go#L4605: 		MessagesExportedChatInviteTypeID:                                        func() bin.Object { return &MessagesExportedChatInvite{} },