type github.com/gotd/td/tg.ChatFull
76 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L45: type ChatFull struct {
tl_chat_full_gen.go#L149: func (c ChatFull) construct() ChatFullClass { return &c }
tl_chat_full_gen.go#L153: _ bin.Encoder = &ChatFull{}
tl_chat_full_gen.go#L154: _ bin.Decoder = &ChatFull{}
tl_chat_full_gen.go#L155: _ bin.BareEncoder = &ChatFull{}
tl_chat_full_gen.go#L156: _ bin.BareDecoder = &ChatFull{}
tl_chat_full_gen.go#L158: _ ChatFullClass = &ChatFull{}
tl_chat_full_gen.go#L161: func (c *ChatFull) Zero() bool {
tl_chat_full_gen.go#L233: func (c *ChatFull) String() string {
tl_chat_full_gen.go#L237: type Alias ChatFull
tl_chat_full_gen.go#L242: func (c *ChatFull) FillFrom(from interface {
tl_chat_full_gen.go#L328: func (*ChatFull) TypeID() uint32 {
tl_chat_full_gen.go#L333: func (*ChatFull) TypeName() string {
tl_chat_full_gen.go#L338: func (c *ChatFull) TypeInfo() tdp.Type {
tl_chat_full_gen.go#L449: func (c *ChatFull) SetFlags() {
tl_chat_full_gen.go#L501: func (c *ChatFull) Encode(b *bin.Buffer) error {
tl_chat_full_gen.go#L510: func (c *ChatFull) EncodeBare(b *bin.Buffer) error {
tl_chat_full_gen.go#L605: func (c *ChatFull) Decode(b *bin.Buffer) error {
tl_chat_full_gen.go#L616: func (c *ChatFull) DecodeBare(b *bin.Buffer) error {
tl_chat_full_gen.go#L769: func (c *ChatFull) SetCanSetUsername(value bool) {
tl_chat_full_gen.go#L780: func (c *ChatFull) GetCanSetUsername() (value bool) {
tl_chat_full_gen.go#L788: func (c *ChatFull) SetHasScheduled(value bool) {
tl_chat_full_gen.go#L799: func (c *ChatFull) GetHasScheduled() (value bool) {
tl_chat_full_gen.go#L807: func (c *ChatFull) SetTranslationsDisabled(value bool) {
tl_chat_full_gen.go#L818: func (c *ChatFull) GetTranslationsDisabled() (value bool) {
tl_chat_full_gen.go#L826: func (c *ChatFull) GetID() (value int64) {
tl_chat_full_gen.go#L834: func (c *ChatFull) GetAbout() (value string) {
tl_chat_full_gen.go#L842: func (c *ChatFull) GetParticipants() (value ChatParticipantsClass) {
tl_chat_full_gen.go#L850: func (c *ChatFull) SetChatPhoto(value PhotoClass) {
tl_chat_full_gen.go#L857: func (c *ChatFull) GetChatPhoto() (value PhotoClass, ok bool) {
tl_chat_full_gen.go#L868: func (c *ChatFull) GetNotifySettings() (value PeerNotifySettings) {
tl_chat_full_gen.go#L876: func (c *ChatFull) SetExportedInvite(value ExportedChatInviteClass) {
tl_chat_full_gen.go#L883: func (c *ChatFull) GetExportedInvite() (value ExportedChatInviteClass, ok bool) {
tl_chat_full_gen.go#L894: func (c *ChatFull) SetBotInfo(value []BotInfo) {
tl_chat_full_gen.go#L901: func (c *ChatFull) GetBotInfo() (value []BotInfo, ok bool) {
tl_chat_full_gen.go#L912: func (c *ChatFull) SetPinnedMsgID(value int) {
tl_chat_full_gen.go#L919: func (c *ChatFull) GetPinnedMsgID() (value int, ok bool) {
tl_chat_full_gen.go#L930: func (c *ChatFull) SetFolderID(value int) {
tl_chat_full_gen.go#L937: func (c *ChatFull) GetFolderID() (value int, ok bool) {
tl_chat_full_gen.go#L948: func (c *ChatFull) SetCall(value InputGroupCallClass) {
tl_chat_full_gen.go#L955: func (c *ChatFull) GetCall() (value InputGroupCallClass, ok bool) {
tl_chat_full_gen.go#L966: func (c *ChatFull) SetTTLPeriod(value int) {
tl_chat_full_gen.go#L973: func (c *ChatFull) GetTTLPeriod() (value int, ok bool) {
tl_chat_full_gen.go#L984: func (c *ChatFull) SetGroupcallDefaultJoinAs(value PeerClass) {
tl_chat_full_gen.go#L991: func (c *ChatFull) GetGroupcallDefaultJoinAs() (value PeerClass, ok bool) {
tl_chat_full_gen.go#L1002: func (c *ChatFull) SetThemeEmoticon(value string) {
tl_chat_full_gen.go#L1009: func (c *ChatFull) GetThemeEmoticon() (value string, ok bool) {
tl_chat_full_gen.go#L1020: func (c *ChatFull) SetRequestsPending(value int) {
tl_chat_full_gen.go#L1027: func (c *ChatFull) GetRequestsPending() (value int, ok bool) {
tl_chat_full_gen.go#L1038: func (c *ChatFull) SetRecentRequesters(value []int64) {
tl_chat_full_gen.go#L1045: func (c *ChatFull) GetRecentRequesters() (value []int64, ok bool) {
tl_chat_full_gen.go#L1056: func (c *ChatFull) SetAvailableReactions(value ChatReactionsClass) {
tl_chat_full_gen.go#L1063: func (c *ChatFull) GetAvailableReactions() (value ChatReactionsClass, ok bool) {
tl_chat_full_gen.go#L1074: func (c *ChatFull) SetReactionsLimit(value int) {
tl_chat_full_gen.go#L1081: func (c *ChatFull) GetReactionsLimit() (value int, ok bool) {
tl_chat_full_gen.go#L4350: 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#L4981: ChatFullTypeID: func() bin.Object { return &ChatFull{} },
 |
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. |