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

72 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L173: type Chat struct {
		tl_chat_gen.go#L236: func (c Chat) construct() ChatClass { return &c }
		tl_chat_gen.go#L240: 	_ bin.Encoder     = &Chat{}
		tl_chat_gen.go#L241: 	_ bin.Decoder     = &Chat{}
		tl_chat_gen.go#L242: 	_ bin.BareEncoder = &Chat{}
		tl_chat_gen.go#L243: 	_ bin.BareDecoder = &Chat{}
		tl_chat_gen.go#L245: 	_ ChatClass = &Chat{}
		tl_chat_gen.go#L248: func (c *Chat) Zero() bool {
		tl_chat_gen.go#L305: func (c *Chat) String() string {
		tl_chat_gen.go#L309: 	type Alias Chat
		tl_chat_gen.go#L314: func (c *Chat) FillFrom(from interface {
		tl_chat_gen.go#L360: func (*Chat) TypeID() uint32 {
		tl_chat_gen.go#L365: func (*Chat) TypeName() string {
		tl_chat_gen.go#L370: func (c *Chat) TypeInfo() tdp.Type {
		tl_chat_gen.go#L454: func (c *Chat) SetFlags() {
		tl_chat_gen.go#L485: func (c *Chat) Encode(b *bin.Buffer) error {
		tl_chat_gen.go#L494: func (c *Chat) EncodeBare(b *bin.Buffer) error {
		tl_chat_gen.go#L535: func (c *Chat) Decode(b *bin.Buffer) error {
		tl_chat_gen.go#L546: func (c *Chat) DecodeBare(b *bin.Buffer) error {
		tl_chat_gen.go#L624: func (c *Chat) SetCreator(value bool) {
		tl_chat_gen.go#L635: func (c *Chat) GetCreator() (value bool) {
		tl_chat_gen.go#L643: func (c *Chat) SetLeft(value bool) {
		tl_chat_gen.go#L654: func (c *Chat) GetLeft() (value bool) {
		tl_chat_gen.go#L662: func (c *Chat) SetDeactivated(value bool) {
		tl_chat_gen.go#L673: func (c *Chat) GetDeactivated() (value bool) {
		tl_chat_gen.go#L681: func (c *Chat) SetCallActive(value bool) {
		tl_chat_gen.go#L692: func (c *Chat) GetCallActive() (value bool) {
		tl_chat_gen.go#L700: func (c *Chat) SetCallNotEmpty(value bool) {
		tl_chat_gen.go#L711: func (c *Chat) GetCallNotEmpty() (value bool) {
		tl_chat_gen.go#L719: func (c *Chat) SetNoforwards(value bool) {
		tl_chat_gen.go#L730: func (c *Chat) GetNoforwards() (value bool) {
		tl_chat_gen.go#L738: func (c *Chat) GetID() (value int64) {
		tl_chat_gen.go#L746: func (c *Chat) GetTitle() (value string) {
		tl_chat_gen.go#L754: func (c *Chat) GetPhoto() (value ChatPhotoClass) {
		tl_chat_gen.go#L762: func (c *Chat) GetParticipantsCount() (value int) {
		tl_chat_gen.go#L770: func (c *Chat) GetDate() (value int) {
		tl_chat_gen.go#L778: func (c *Chat) GetVersion() (value int) {
		tl_chat_gen.go#L786: func (c *Chat) SetMigratedTo(value InputChannelClass) {
		tl_chat_gen.go#L793: func (c *Chat) GetMigratedTo() (value InputChannelClass, ok bool) {
		tl_chat_gen.go#L804: func (c *Chat) SetAdminRights(value ChatAdminRights) {
		tl_chat_gen.go#L811: func (c *Chat) GetAdminRights() (value ChatAdminRights, ok bool) {
		tl_chat_gen.go#L822: func (c *Chat) SetDefaultBannedRights(value ChatBannedRights) {
		tl_chat_gen.go#L829: func (c *Chat) GetDefaultBannedRights() (value ChatBannedRights, ok bool) {
		tl_chat_gen.go#L3155: func (c *Chat) AsInputPeer() *InputPeerChat {
		tl_chat_gen.go#L3217: func (c *Chat) AsNotEmpty() (NotEmptyChat, bool) {
		tl_chat_gen.go#L3270: func (c *Chat) AsNotForbidden() (NotForbiddenChat, bool) {
		tl_chat_gen.go#L3362: func (c *Chat) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3401: 		v := Chat{}
		tl_chat_slices_gen.go#L165: func (s ChatClassArray) FillChatMap(to map[int64]*Chat) {
		tl_chat_slices_gen.go#L167: 		value, ok := elem.(*Chat)
		tl_chat_slices_gen.go#L176: func (s ChatClassArray) ChatToMap() map[int64]*Chat {
		tl_chat_slices_gen.go#L177: 	r := make(map[int64]*Chat, len(s))
		tl_chat_slices_gen.go#L185: 		value, ok := elem.(*Chat)
		tl_chat_slices_gen.go#L618: type ChatArray []Chat
		tl_chat_slices_gen.go#L621: func (s ChatArray) Sort(less func(a, b Chat) bool) ChatArray {
		tl_chat_slices_gen.go#L629: func (s ChatArray) SortStable(less func(a, b Chat) bool) ChatArray {
		tl_chat_slices_gen.go#L637: func (s ChatArray) Retain(keep func(x Chat) bool) ChatArray {
		tl_chat_slices_gen.go#L651: func (s ChatArray) First() (v Chat, ok bool) {
		tl_chat_slices_gen.go#L659: func (s ChatArray) Last() (v Chat, ok bool) {
		tl_chat_slices_gen.go#L667: func (s *ChatArray) PopFirst() (v Chat, ok bool) {
		tl_chat_slices_gen.go#L677: 	var zero Chat
		tl_chat_slices_gen.go#L686: func (s *ChatArray) Pop() (v Chat, ok bool) {
		tl_chat_slices_gen.go#L701: 	return s.Sort(func(a, b Chat) bool {
		tl_chat_slices_gen.go#L708: 	return s.SortStable(func(a, b Chat) bool {
		tl_chat_slices_gen.go#L715: 	return s.Sort(func(a, b Chat) bool {
		tl_chat_slices_gen.go#L722: 	return s.SortStable(func(a, b Chat) bool {
		tl_chat_slices_gen.go#L728: func (s ChatArray) FillMap(to map[int64]Chat) {
		tl_chat_slices_gen.go#L735: func (s ChatArray) ToMap() map[int64]Chat {
		tl_chat_slices_gen.go#L736: 	r := make(map[int64]Chat, len(s))
		tl_handlers_gen.go#L49: 	Chats    map[int64]*Chat
		tl_handlers_gen.go#L56: 	u.Chats = make(map[int64]*Chat, 0)
		tl_registry_gen.go#L3681: 		ChatTypeID:                                               func() bin.Object { return &Chat{} },