type github.com/gotd/td/tg.CommunityForbidden
47 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3701: type CommunityForbidden struct {
tl_chat_gen.go#L3718: func (c CommunityForbidden) construct() ChatClass { return &c }
tl_chat_gen.go#L3722: _ bin.Encoder = &CommunityForbidden{}
tl_chat_gen.go#L3723: _ bin.Decoder = &CommunityForbidden{}
tl_chat_gen.go#L3724: _ bin.BareEncoder = &CommunityForbidden{}
tl_chat_gen.go#L3725: _ bin.BareDecoder = &CommunityForbidden{}
tl_chat_gen.go#L3727: _ ChatClass = &CommunityForbidden{}
tl_chat_gen.go#L3730: func (c *CommunityForbidden) Zero() bool {
tl_chat_gen.go#L3751: func (c *CommunityForbidden) String() string {
tl_chat_gen.go#L3755: type Alias CommunityForbidden
tl_chat_gen.go#L3760: func (c *CommunityForbidden) FillFrom(from interface {
tl_chat_gen.go#L3776: func (*CommunityForbidden) TypeID() uint32 {
tl_chat_gen.go#L3781: func (*CommunityForbidden) TypeName() string {
tl_chat_gen.go#L3786: func (c *CommunityForbidden) TypeInfo() tdp.Type {
tl_chat_gen.go#L3814: func (c *CommunityForbidden) SetFlags() {
tl_chat_gen.go#L3821: func (c *CommunityForbidden) Encode(b *bin.Buffer) error {
tl_chat_gen.go#L3830: func (c *CommunityForbidden) EncodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L3847: func (c *CommunityForbidden) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L3858: func (c *CommunityForbidden) DecodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L3892: func (c *CommunityForbidden) GetID() (value int64) {
tl_chat_gen.go#L3900: func (c *CommunityForbidden) SetAccessHash(value int64) {
tl_chat_gen.go#L3907: func (c *CommunityForbidden) GetAccessHash() (value int64, ok bool) {
tl_chat_gen.go#L3918: func (c *CommunityForbidden) GetTitle() (value string) {
tl_chat_gen.go#L4611: func (c *CommunityForbidden) AsNotEmpty() (NotEmptyChat, bool) {
tl_chat_gen.go#L4676: func (c *CommunityForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4771: func (c *CommunityForbidden) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4826: v := CommunityForbidden{}
tl_chat_slices_gen.go#L289: func (s ChatClassArray) FillCommunityForbiddenMap(to map[int64]*CommunityForbidden) {
tl_chat_slices_gen.go#L291: value, ok := elem.(*CommunityForbidden)
tl_chat_slices_gen.go#L300: func (s ChatClassArray) CommunityForbiddenToMap() map[int64]*CommunityForbidden {
tl_chat_slices_gen.go#L301: r := make(map[int64]*CommunityForbidden, len(s))
tl_chat_slices_gen.go#L309: value, ok := elem.(*CommunityForbidden)
tl_chat_slices_gen.go#L1148: type CommunityForbiddenArray []CommunityForbidden
tl_chat_slices_gen.go#L1151: func (s CommunityForbiddenArray) Sort(less func(a, b CommunityForbidden) bool) CommunityForbiddenArray {
tl_chat_slices_gen.go#L1159: func (s CommunityForbiddenArray) SortStable(less func(a, b CommunityForbidden) bool) CommunityForbiddenArray {
tl_chat_slices_gen.go#L1167: func (s CommunityForbiddenArray) Retain(keep func(x CommunityForbidden) bool) CommunityForbiddenArray {
tl_chat_slices_gen.go#L1181: func (s CommunityForbiddenArray) First() (v CommunityForbidden, ok bool) {
tl_chat_slices_gen.go#L1189: func (s CommunityForbiddenArray) Last() (v CommunityForbidden, ok bool) {
tl_chat_slices_gen.go#L1197: func (s *CommunityForbiddenArray) PopFirst() (v CommunityForbidden, ok bool) {
tl_chat_slices_gen.go#L1207: var zero CommunityForbidden
tl_chat_slices_gen.go#L1216: func (s *CommunityForbiddenArray) Pop() (v CommunityForbidden, ok bool) {
tl_chat_slices_gen.go#L1231: return s.Sort(func(a, b CommunityForbidden) bool {
tl_chat_slices_gen.go#L1238: return s.SortStable(func(a, b CommunityForbidden) bool {
tl_chat_slices_gen.go#L1244: func (s CommunityForbiddenArray) FillMap(to map[int64]CommunityForbidden) {
tl_chat_slices_gen.go#L1251: func (s CommunityForbiddenArray) ToMap() map[int64]CommunityForbidden {
tl_chat_slices_gen.go#L1252: r := make(map[int64]CommunityForbidden, len(s))
tl_registry_gen.go#L5059: CommunityForbiddenTypeID: func() bin.Object { return &CommunityForbidden{} },
 |
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. |