type github.com/gotd/td/tg.Chat
72 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L183: type Chat struct {
tl_chat_gen.go#L249: func (c Chat) construct() ChatClass { return &c }
tl_chat_gen.go#L253: _ bin.Encoder = &Chat{}
tl_chat_gen.go#L254: _ bin.Decoder = &Chat{}
tl_chat_gen.go#L255: _ bin.BareEncoder = &Chat{}
tl_chat_gen.go#L256: _ bin.BareDecoder = &Chat{}
tl_chat_gen.go#L258: _ ChatClass = &Chat{}
tl_chat_gen.go#L261: func (c *Chat) Zero() bool {
tl_chat_gen.go#L318: func (c *Chat) String() string {
tl_chat_gen.go#L322: type Alias Chat
tl_chat_gen.go#L327: func (c *Chat) FillFrom(from interface {
tl_chat_gen.go#L373: func (*Chat) TypeID() uint32 {
tl_chat_gen.go#L378: func (*Chat) TypeName() string {
tl_chat_gen.go#L383: func (c *Chat) TypeInfo() tdp.Type {
tl_chat_gen.go#L467: func (c *Chat) SetFlags() {
tl_chat_gen.go#L498: func (c *Chat) Encode(b *bin.Buffer) error {
tl_chat_gen.go#L507: func (c *Chat) EncodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L548: func (c *Chat) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L559: func (c *Chat) DecodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L637: func (c *Chat) SetCreator(value bool) {
tl_chat_gen.go#L648: func (c *Chat) GetCreator() (value bool) {
tl_chat_gen.go#L656: func (c *Chat) SetLeft(value bool) {
tl_chat_gen.go#L667: func (c *Chat) GetLeft() (value bool) {
tl_chat_gen.go#L675: func (c *Chat) SetDeactivated(value bool) {
tl_chat_gen.go#L686: func (c *Chat) GetDeactivated() (value bool) {
tl_chat_gen.go#L694: func (c *Chat) SetCallActive(value bool) {
tl_chat_gen.go#L705: func (c *Chat) GetCallActive() (value bool) {
tl_chat_gen.go#L713: func (c *Chat) SetCallNotEmpty(value bool) {
tl_chat_gen.go#L724: func (c *Chat) GetCallNotEmpty() (value bool) {
tl_chat_gen.go#L732: func (c *Chat) SetNoforwards(value bool) {
tl_chat_gen.go#L743: func (c *Chat) GetNoforwards() (value bool) {
tl_chat_gen.go#L751: func (c *Chat) GetID() (value int64) {
tl_chat_gen.go#L759: func (c *Chat) GetTitle() (value string) {
tl_chat_gen.go#L767: func (c *Chat) GetPhoto() (value ChatPhotoClass) {
tl_chat_gen.go#L775: func (c *Chat) GetParticipantsCount() (value int) {
tl_chat_gen.go#L783: func (c *Chat) GetDate() (value int) {
tl_chat_gen.go#L791: func (c *Chat) GetVersion() (value int) {
tl_chat_gen.go#L799: func (c *Chat) SetMigratedTo(value InputChannelClass) {
tl_chat_gen.go#L806: func (c *Chat) GetMigratedTo() (value InputChannelClass, ok bool) {
tl_chat_gen.go#L817: func (c *Chat) SetAdminRights(value ChatAdminRights) {
tl_chat_gen.go#L824: func (c *Chat) GetAdminRights() (value ChatAdminRights, ok bool) {
tl_chat_gen.go#L835: func (c *Chat) SetDefaultBannedRights(value ChatBannedRights) {
tl_chat_gen.go#L842: func (c *Chat) GetDefaultBannedRights() (value ChatBannedRights, ok bool) {
tl_chat_gen.go#L3708: func (c *Chat) AsInputPeer() *InputPeerChat {
tl_chat_gen.go#L3773: func (c *Chat) AsNotEmpty() (NotEmptyChat, bool) {
tl_chat_gen.go#L3826: func (c *Chat) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3921: func (c *Chat) AsFull() (FullChat, bool) {
tl_chat_gen.go#L3960: 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#L50: Chats map[int64]*Chat
tl_handlers_gen.go#L57: u.Chats = make(map[int64]*Chat, 0)
tl_registry_gen.go#L4977: ChatTypeID: func() bin.Object { return &Chat{} },
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |