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

74 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L41: type ChatFull struct {
		tl_chat_full_gen.go#L137: func (c ChatFull) construct() ChatFullClass { return &c }
		tl_chat_full_gen.go#L141: 	_ bin.Encoder     = &ChatFull{}
		tl_chat_full_gen.go#L142: 	_ bin.Decoder     = &ChatFull{}
		tl_chat_full_gen.go#L143: 	_ bin.BareEncoder = &ChatFull{}
		tl_chat_full_gen.go#L144: 	_ bin.BareDecoder = &ChatFull{}
		tl_chat_full_gen.go#L146: 	_ ChatFullClass = &ChatFull{}
		tl_chat_full_gen.go#L149: func (c *ChatFull) Zero() bool {
		tl_chat_full_gen.go#L218: func (c *ChatFull) String() string {
		tl_chat_full_gen.go#L222: 	type Alias ChatFull
		tl_chat_full_gen.go#L227: func (c *ChatFull) FillFrom(from interface {
		tl_chat_full_gen.go#L308: func (*ChatFull) TypeID() uint32 {
		tl_chat_full_gen.go#L313: func (*ChatFull) TypeName() string {
		tl_chat_full_gen.go#L318: func (c *ChatFull) TypeInfo() tdp.Type {
		tl_chat_full_gen.go#L424: func (c *ChatFull) SetFlags() {
		tl_chat_full_gen.go#L473: func (c *ChatFull) Encode(b *bin.Buffer) error {
		tl_chat_full_gen.go#L482: func (c *ChatFull) EncodeBare(b *bin.Buffer) error {
		tl_chat_full_gen.go#L571: func (c *ChatFull) Decode(b *bin.Buffer) error {
		tl_chat_full_gen.go#L582: func (c *ChatFull) DecodeBare(b *bin.Buffer) error {
		tl_chat_full_gen.go#L726: func (c *ChatFull) SetCanSetUsername(value bool) {
		tl_chat_full_gen.go#L737: func (c *ChatFull) GetCanSetUsername() (value bool) {
		tl_chat_full_gen.go#L745: func (c *ChatFull) SetHasScheduled(value bool) {
		tl_chat_full_gen.go#L756: func (c *ChatFull) GetHasScheduled() (value bool) {
		tl_chat_full_gen.go#L764: func (c *ChatFull) SetTranslationsDisabled(value bool) {
		tl_chat_full_gen.go#L775: func (c *ChatFull) GetTranslationsDisabled() (value bool) {
		tl_chat_full_gen.go#L783: func (c *ChatFull) GetID() (value int64) {
		tl_chat_full_gen.go#L791: func (c *ChatFull) GetAbout() (value string) {
		tl_chat_full_gen.go#L799: func (c *ChatFull) GetParticipants() (value ChatParticipantsClass) {
		tl_chat_full_gen.go#L807: func (c *ChatFull) SetChatPhoto(value PhotoClass) {
		tl_chat_full_gen.go#L814: func (c *ChatFull) GetChatPhoto() (value PhotoClass, ok bool) {
		tl_chat_full_gen.go#L825: func (c *ChatFull) GetNotifySettings() (value PeerNotifySettings) {
		tl_chat_full_gen.go#L833: func (c *ChatFull) SetExportedInvite(value ExportedChatInviteClass) {
		tl_chat_full_gen.go#L840: func (c *ChatFull) GetExportedInvite() (value ExportedChatInviteClass, ok bool) {
		tl_chat_full_gen.go#L851: func (c *ChatFull) SetBotInfo(value []BotInfo) {
		tl_chat_full_gen.go#L858: func (c *ChatFull) GetBotInfo() (value []BotInfo, ok bool) {
		tl_chat_full_gen.go#L869: func (c *ChatFull) SetPinnedMsgID(value int) {
		tl_chat_full_gen.go#L876: func (c *ChatFull) GetPinnedMsgID() (value int, ok bool) {
		tl_chat_full_gen.go#L887: func (c *ChatFull) SetFolderID(value int) {
		tl_chat_full_gen.go#L894: func (c *ChatFull) GetFolderID() (value int, ok bool) {
		tl_chat_full_gen.go#L905: func (c *ChatFull) SetCall(value InputGroupCall) {
		tl_chat_full_gen.go#L912: func (c *ChatFull) GetCall() (value InputGroupCall, ok bool) {
		tl_chat_full_gen.go#L923: func (c *ChatFull) SetTTLPeriod(value int) {
		tl_chat_full_gen.go#L930: func (c *ChatFull) GetTTLPeriod() (value int, ok bool) {
		tl_chat_full_gen.go#L941: func (c *ChatFull) SetGroupcallDefaultJoinAs(value PeerClass) {
		tl_chat_full_gen.go#L948: func (c *ChatFull) GetGroupcallDefaultJoinAs() (value PeerClass, ok bool) {
		tl_chat_full_gen.go#L959: func (c *ChatFull) SetThemeEmoticon(value string) {
		tl_chat_full_gen.go#L966: func (c *ChatFull) GetThemeEmoticon() (value string, ok bool) {
		tl_chat_full_gen.go#L977: func (c *ChatFull) SetRequestsPending(value int) {
		tl_chat_full_gen.go#L984: func (c *ChatFull) GetRequestsPending() (value int, ok bool) {
		tl_chat_full_gen.go#L995: func (c *ChatFull) SetRecentRequesters(value []int64) {
		tl_chat_full_gen.go#L1002: func (c *ChatFull) GetRecentRequesters() (value []int64, ok bool) {
		tl_chat_full_gen.go#L1013: func (c *ChatFull) SetAvailableReactions(value ChatReactionsClass) {
		tl_chat_full_gen.go#L1020: func (c *ChatFull) GetAvailableReactions() (value ChatReactionsClass, ok bool) {
		tl_chat_full_gen.go#L3518: 		v := ChatFull{}
		tl_chat_full_slices_gen.go#L134: func (s ChatFullClassArray) FillChatFullMap(to map[int64]*ChatFull) {
		tl_chat_full_slices_gen.go#L136: 		value, ok := elem.(*ChatFull)
		tl_chat_full_slices_gen.go#L145: func (s ChatFullClassArray) ChatFullToMap() map[int64]*ChatFull {
		tl_chat_full_slices_gen.go#L146: 	r := make(map[int64]*ChatFull, len(s))
		tl_chat_full_slices_gen.go#L154: 		value, ok := elem.(*ChatFull)
		tl_chat_full_slices_gen.go#L196: type ChatFullArray []ChatFull
		tl_chat_full_slices_gen.go#L199: func (s ChatFullArray) Sort(less func(a, b ChatFull) bool) ChatFullArray {
		tl_chat_full_slices_gen.go#L207: func (s ChatFullArray) SortStable(less func(a, b ChatFull) bool) ChatFullArray {
		tl_chat_full_slices_gen.go#L215: func (s ChatFullArray) Retain(keep func(x ChatFull) bool) ChatFullArray {
		tl_chat_full_slices_gen.go#L229: func (s ChatFullArray) First() (v ChatFull, ok bool) {
		tl_chat_full_slices_gen.go#L237: func (s ChatFullArray) Last() (v ChatFull, ok bool) {
		tl_chat_full_slices_gen.go#L245: func (s *ChatFullArray) PopFirst() (v ChatFull, ok bool) {
		tl_chat_full_slices_gen.go#L255: 	var zero ChatFull
		tl_chat_full_slices_gen.go#L264: func (s *ChatFullArray) Pop() (v ChatFull, ok bool) {
		tl_chat_full_slices_gen.go#L279: 	return s.Sort(func(a, b ChatFull) bool {
		tl_chat_full_slices_gen.go#L286: 	return s.SortStable(func(a, b ChatFull) bool {
		tl_chat_full_slices_gen.go#L292: func (s ChatFullArray) FillMap(to map[int64]ChatFull) {
		tl_chat_full_slices_gen.go#L299: func (s ChatFullArray) ToMap() map[int64]ChatFull {
		tl_chat_full_slices_gen.go#L300: 	r := make(map[int64]ChatFull, len(s))
		tl_registry_gen.go#L3685: 		ChatFullTypeID:                                           func() bin.Object { return &ChatFull{} },