type github.com/gotd/td/tg.Community
63 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3928: type Community struct {
tl_chat_gen.go#L3967: func (c Community) construct() ChatClass { return &c }
tl_chat_gen.go#L3971: _ bin.Encoder = &Community{}
tl_chat_gen.go#L3972: _ bin.Decoder = &Community{}
tl_chat_gen.go#L3973: _ bin.BareEncoder = &Community{}
tl_chat_gen.go#L3974: _ bin.BareDecoder = &Community{}
tl_chat_gen.go#L3976: _ ChatClass = &Community{}
tl_chat_gen.go#L3979: func (c *Community) Zero() bool {
tl_chat_gen.go#L4027: func (c *Community) String() string {
tl_chat_gen.go#L4031: type Alias Community
tl_chat_gen.go#L4036: func (c *Community) FillFrom(from interface {
tl_chat_gen.go#L4074: func (*Community) TypeID() uint32 {
tl_chat_gen.go#L4079: func (*Community) TypeName() string {
tl_chat_gen.go#L4084: func (c *Community) TypeInfo() tdp.Type {
tl_chat_gen.go#L4150: func (c *Community) SetFlags() {
tl_chat_gen.go#L4175: func (c *Community) Encode(b *bin.Buffer) error {
tl_chat_gen.go#L4184: func (c *Community) EncodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L4221: func (c *Community) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L4232: func (c *Community) DecodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L4299: func (c *Community) SetCreator(value bool) {
tl_chat_gen.go#L4310: func (c *Community) GetCreator() (value bool) {
tl_chat_gen.go#L4318: func (c *Community) SetLeft(value bool) {
tl_chat_gen.go#L4329: func (c *Community) GetLeft() (value bool) {
tl_chat_gen.go#L4337: func (c *Community) SetMin(value bool) {
tl_chat_gen.go#L4348: func (c *Community) GetMin() (value bool) {
tl_chat_gen.go#L4356: func (c *Community) SetCollapsedInDialogs(value bool) {
tl_chat_gen.go#L4367: func (c *Community) GetCollapsedInDialogs() (value bool) {
tl_chat_gen.go#L4375: func (c *Community) GetID() (value int64) {
tl_chat_gen.go#L4383: func (c *Community) SetAccessHash(value int64) {
tl_chat_gen.go#L4390: func (c *Community) GetAccessHash() (value int64, ok bool) {
tl_chat_gen.go#L4401: func (c *Community) GetTitle() (value string) {
tl_chat_gen.go#L4409: func (c *Community) GetPhoto() (value ChatPhotoClass) {
tl_chat_gen.go#L4417: func (c *Community) GetDate() (value int) {
tl_chat_gen.go#L4425: func (c *Community) SetAdminRights(value ChatAdminRights) {
tl_chat_gen.go#L4432: func (c *Community) GetAdminRights() (value ChatAdminRights, ok bool) {
tl_chat_gen.go#L4443: func (c *Community) SetDefaultBannedRights(value ChatBannedRights) {
tl_chat_gen.go#L4450: func (c *Community) GetDefaultBannedRights() (value ChatBannedRights, ok bool) {
tl_chat_gen.go#L4617: func (c *Community) AsNotEmpty() (NotEmptyChat, bool) {
tl_chat_gen.go#L4682: func (c *Community) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4777: func (c *Community) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4833: v := Community{}
tl_chat_slices_gen.go#L320: func (s ChatClassArray) FillCommunityMap(to map[int64]*Community) {
tl_chat_slices_gen.go#L322: value, ok := elem.(*Community)
tl_chat_slices_gen.go#L331: func (s ChatClassArray) CommunityToMap() map[int64]*Community {
tl_chat_slices_gen.go#L332: r := make(map[int64]*Community, len(s))
tl_chat_slices_gen.go#L340: value, ok := elem.(*Community)
tl_chat_slices_gen.go#L1258: type CommunityArray []Community
tl_chat_slices_gen.go#L1261: func (s CommunityArray) Sort(less func(a, b Community) bool) CommunityArray {
tl_chat_slices_gen.go#L1269: func (s CommunityArray) SortStable(less func(a, b Community) bool) CommunityArray {
tl_chat_slices_gen.go#L1277: func (s CommunityArray) Retain(keep func(x Community) bool) CommunityArray {
tl_chat_slices_gen.go#L1291: func (s CommunityArray) First() (v Community, ok bool) {
tl_chat_slices_gen.go#L1299: func (s CommunityArray) Last() (v Community, ok bool) {
tl_chat_slices_gen.go#L1307: func (s *CommunityArray) PopFirst() (v Community, ok bool) {
tl_chat_slices_gen.go#L1317: var zero Community
tl_chat_slices_gen.go#L1326: func (s *CommunityArray) Pop() (v Community, ok bool) {
tl_chat_slices_gen.go#L1341: return s.Sort(func(a, b Community) bool {
tl_chat_slices_gen.go#L1348: return s.SortStable(func(a, b Community) bool {
tl_chat_slices_gen.go#L1355: return s.Sort(func(a, b Community) bool {
tl_chat_slices_gen.go#L1362: return s.SortStable(func(a, b Community) bool {
tl_chat_slices_gen.go#L1368: func (s CommunityArray) FillMap(to map[int64]Community) {
tl_chat_slices_gen.go#L1375: func (s CommunityArray) ToMap() map[int64]Community {
tl_chat_slices_gen.go#L1376: r := make(map[int64]Community, len(s))
tl_registry_gen.go#L5060: CommunityTypeID: func() bin.Object { return &Community{} },
 |
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. |