type github.com/gotd/td/tg.CommunityFull
50 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L4227: type CommunityFull struct {
tl_chat_full_gen.go#L4256: func (c CommunityFull) construct() ChatFullClass { return &c }
tl_chat_full_gen.go#L4260: _ bin.Encoder = &CommunityFull{}
tl_chat_full_gen.go#L4261: _ bin.Decoder = &CommunityFull{}
tl_chat_full_gen.go#L4262: _ bin.BareEncoder = &CommunityFull{}
tl_chat_full_gen.go#L4263: _ bin.BareDecoder = &CommunityFull{}
tl_chat_full_gen.go#L4265: _ ChatFullClass = &CommunityFull{}
tl_chat_full_gen.go#L4268: func (c *CommunityFull) Zero() bool {
tl_chat_full_gen.go#L4301: func (c *CommunityFull) String() string {
tl_chat_full_gen.go#L4305: type Alias CommunityFull
tl_chat_full_gen.go#L4310: func (c *CommunityFull) FillFrom(from interface {
tl_chat_full_gen.go#L4340: func (*CommunityFull) TypeID() uint32 {
tl_chat_full_gen.go#L4345: func (*CommunityFull) TypeName() string {
tl_chat_full_gen.go#L4350: func (c *CommunityFull) TypeInfo() tdp.Type {
tl_chat_full_gen.go#L4396: func (c *CommunityFull) SetFlags() {
tl_chat_full_gen.go#L4409: func (c *CommunityFull) Encode(b *bin.Buffer) error {
tl_chat_full_gen.go#L4418: func (c *CommunityFull) EncodeBare(b *bin.Buffer) error {
tl_chat_full_gen.go#L4453: func (c *CommunityFull) Decode(b *bin.Buffer) error {
tl_chat_full_gen.go#L4464: func (c *CommunityFull) DecodeBare(b *bin.Buffer) error {
tl_chat_full_gen.go#L4536: func (c *CommunityFull) GetID() (value int64) {
tl_chat_full_gen.go#L4544: func (c *CommunityFull) GetAbout() (value string) {
tl_chat_full_gen.go#L4552: func (c *CommunityFull) GetChatPhoto() (value PhotoClass) {
tl_chat_full_gen.go#L4560: func (c *CommunityFull) GetLinkedPeers() (value []CommunityPeer) {
tl_chat_full_gen.go#L4568: func (c *CommunityFull) SetAdminsCount(value int) {
tl_chat_full_gen.go#L4575: func (c *CommunityFull) GetAdminsCount() (value int, ok bool) {
tl_chat_full_gen.go#L4586: func (c *CommunityFull) SetKickedCount(value int) {
tl_chat_full_gen.go#L4593: func (c *CommunityFull) GetKickedCount() (value int, ok bool) {
tl_chat_full_gen.go#L4604: func (c *CommunityFull) SetPeerLinkRequestsPending(value int) {
tl_chat_full_gen.go#L4611: func (c *CommunityFull) GetPeerLinkRequestsPending() (value int, ok bool) {
tl_chat_full_gen.go#L4693: v := CommunityFull{}
tl_chat_full_slices_gen.go#L196: func (s ChatFullClassArray) FillCommunityFullMap(to map[int64]*CommunityFull) {
tl_chat_full_slices_gen.go#L198: value, ok := elem.(*CommunityFull)
tl_chat_full_slices_gen.go#L207: func (s ChatFullClassArray) CommunityFullToMap() map[int64]*CommunityFull {
tl_chat_full_slices_gen.go#L208: r := make(map[int64]*CommunityFull, len(s))
tl_chat_full_slices_gen.go#L216: value, ok := elem.(*CommunityFull)
tl_chat_full_slices_gen.go#L447: type CommunityFullArray []CommunityFull
tl_chat_full_slices_gen.go#L450: func (s CommunityFullArray) Sort(less func(a, b CommunityFull) bool) CommunityFullArray {
tl_chat_full_slices_gen.go#L458: func (s CommunityFullArray) SortStable(less func(a, b CommunityFull) bool) CommunityFullArray {
tl_chat_full_slices_gen.go#L466: func (s CommunityFullArray) Retain(keep func(x CommunityFull) bool) CommunityFullArray {
tl_chat_full_slices_gen.go#L480: func (s CommunityFullArray) First() (v CommunityFull, ok bool) {
tl_chat_full_slices_gen.go#L488: func (s CommunityFullArray) Last() (v CommunityFull, ok bool) {
tl_chat_full_slices_gen.go#L496: func (s *CommunityFullArray) PopFirst() (v CommunityFull, ok bool) {
tl_chat_full_slices_gen.go#L506: var zero CommunityFull
tl_chat_full_slices_gen.go#L515: func (s *CommunityFullArray) Pop() (v CommunityFull, ok bool) {
tl_chat_full_slices_gen.go#L530: return s.Sort(func(a, b CommunityFull) bool {
tl_chat_full_slices_gen.go#L537: return s.SortStable(func(a, b CommunityFull) bool {
tl_chat_full_slices_gen.go#L543: func (s CommunityFullArray) FillMap(to map[int64]CommunityFull) {
tl_chat_full_slices_gen.go#L550: func (s CommunityFullArray) ToMap() map[int64]CommunityFull {
tl_chat_full_slices_gen.go#L551: r := make(map[int64]CommunityFull, len(s))
tl_registry_gen.go#L5063: CommunityFullTypeID: func() bin.Object { return &CommunityFull{} },
 |
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. |