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

34 uses

	github.com/gotd/td/tg (current package)
		tl_messages_exported_chat_invite_gen.go#L228: type MessagesExportedChatInviteReplaced struct {
		tl_messages_exported_chat_invite_gen.go#L241: func (e MessagesExportedChatInviteReplaced) construct() MessagesExportedChatInviteClass { return &e }
		tl_messages_exported_chat_invite_gen.go#L245: 	_ bin.Encoder     = &MessagesExportedChatInviteReplaced{}
		tl_messages_exported_chat_invite_gen.go#L246: 	_ bin.Decoder     = &MessagesExportedChatInviteReplaced{}
		tl_messages_exported_chat_invite_gen.go#L247: 	_ bin.BareEncoder = &MessagesExportedChatInviteReplaced{}
		tl_messages_exported_chat_invite_gen.go#L248: 	_ bin.BareDecoder = &MessagesExportedChatInviteReplaced{}
		tl_messages_exported_chat_invite_gen.go#L250: 	_ MessagesExportedChatInviteClass = &MessagesExportedChatInviteReplaced{}
		tl_messages_exported_chat_invite_gen.go#L253: func (e *MessagesExportedChatInviteReplaced) Zero() bool {
		tl_messages_exported_chat_invite_gen.go#L271: func (e *MessagesExportedChatInviteReplaced) String() string {
		tl_messages_exported_chat_invite_gen.go#L275: 	type Alias MessagesExportedChatInviteReplaced
		tl_messages_exported_chat_invite_gen.go#L280: func (e *MessagesExportedChatInviteReplaced) FillFrom(from interface {
		tl_messages_exported_chat_invite_gen.go#L293: func (*MessagesExportedChatInviteReplaced) TypeID() uint32 {
		tl_messages_exported_chat_invite_gen.go#L298: func (*MessagesExportedChatInviteReplaced) TypeName() string {
		tl_messages_exported_chat_invite_gen.go#L303: func (e *MessagesExportedChatInviteReplaced) TypeInfo() tdp.Type {
		tl_messages_exported_chat_invite_gen.go#L330: func (e *MessagesExportedChatInviteReplaced) Encode(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L339: func (e *MessagesExportedChatInviteReplaced) EncodeBare(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L368: func (e *MessagesExportedChatInviteReplaced) Decode(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L379: func (e *MessagesExportedChatInviteReplaced) DecodeBare(b *bin.Buffer) error {
		tl_messages_exported_chat_invite_gen.go#L418: func (e *MessagesExportedChatInviteReplaced) GetInvite() (value ExportedChatInviteClass) {
		tl_messages_exported_chat_invite_gen.go#L426: func (e *MessagesExportedChatInviteReplaced) GetNewInvite() (value ExportedChatInviteClass) {
		tl_messages_exported_chat_invite_gen.go#L434: func (e *MessagesExportedChatInviteReplaced) GetUsers() (value []UserClass) {
		tl_messages_exported_chat_invite_gen.go#L442: func (e *MessagesExportedChatInviteReplaced) MapUsers() (value UserClassArray) {
		tl_messages_exported_chat_invite_gen.go#L507: 		v := MessagesExportedChatInviteReplaced{}
		tl_messages_exported_chat_invite_slices_gen.go#L135: 		value, ok := elem.(*MessagesExportedChatInviteReplaced)
		tl_messages_exported_chat_invite_slices_gen.go#L228: type MessagesExportedChatInviteReplacedArray []MessagesExportedChatInviteReplaced
		tl_messages_exported_chat_invite_slices_gen.go#L231: func (s MessagesExportedChatInviteReplacedArray) Sort(less func(a, b MessagesExportedChatInviteReplaced) bool) MessagesExportedChatInviteReplacedArray {
		tl_messages_exported_chat_invite_slices_gen.go#L239: func (s MessagesExportedChatInviteReplacedArray) SortStable(less func(a, b MessagesExportedChatInviteReplaced) bool) MessagesExportedChatInviteReplacedArray {
		tl_messages_exported_chat_invite_slices_gen.go#L247: func (s MessagesExportedChatInviteReplacedArray) Retain(keep func(x MessagesExportedChatInviteReplaced) bool) MessagesExportedChatInviteReplacedArray {
		tl_messages_exported_chat_invite_slices_gen.go#L261: func (s MessagesExportedChatInviteReplacedArray) First() (v MessagesExportedChatInviteReplaced, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L269: func (s MessagesExportedChatInviteReplacedArray) Last() (v MessagesExportedChatInviteReplaced, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L277: func (s *MessagesExportedChatInviteReplacedArray) PopFirst() (v MessagesExportedChatInviteReplaced, ok bool) {
		tl_messages_exported_chat_invite_slices_gen.go#L287: 	var zero MessagesExportedChatInviteReplaced
		tl_messages_exported_chat_invite_slices_gen.go#L296: func (s *MessagesExportedChatInviteReplacedArray) Pop() (v MessagesExportedChatInviteReplaced, ok bool) {
		tl_registry_gen.go#L4606: 		MessagesExportedChatInviteReplacedTypeID:                                func() bin.Object { return &MessagesExportedChatInviteReplaced{} },