type github.com/gotd/td/tg.ChatForbidden

44 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L857: type ChatForbidden struct {
		tl_chat_gen.go#L868: func (c ChatForbidden) construct() ChatClass { return &c }
		tl_chat_gen.go#L872: 	_ bin.Encoder     = &ChatForbidden{}
		tl_chat_gen.go#L873: 	_ bin.Decoder     = &ChatForbidden{}
		tl_chat_gen.go#L874: 	_ bin.BareEncoder = &ChatForbidden{}
		tl_chat_gen.go#L875: 	_ bin.BareDecoder = &ChatForbidden{}
		tl_chat_gen.go#L877: 	_ ChatClass = &ChatForbidden{}
		tl_chat_gen.go#L880: func (c *ChatForbidden) Zero() bool {
		tl_chat_gen.go#L895: func (c *ChatForbidden) String() string {
		tl_chat_gen.go#L899: 	type Alias ChatForbidden
		tl_chat_gen.go#L904: func (c *ChatForbidden) FillFrom(from interface {
		tl_chat_gen.go#L915: func (*ChatForbidden) TypeID() uint32 {
		tl_chat_gen.go#L920: func (*ChatForbidden) TypeName() string {
		tl_chat_gen.go#L925: func (c *ChatForbidden) TypeInfo() tdp.Type {
		tl_chat_gen.go#L948: func (c *ChatForbidden) Encode(b *bin.Buffer) error {
		tl_chat_gen.go#L957: func (c *ChatForbidden) EncodeBare(b *bin.Buffer) error {
		tl_chat_gen.go#L967: func (c *ChatForbidden) Decode(b *bin.Buffer) error {
		tl_chat_gen.go#L978: func (c *ChatForbidden) DecodeBare(b *bin.Buffer) error {
		tl_chat_gen.go#L1000: func (c *ChatForbidden) GetID() (value int64) {
		tl_chat_gen.go#L1008: func (c *ChatForbidden) GetTitle() (value string) {
		tl_chat_gen.go#L3779: func (c *ChatForbidden) AsNotEmpty() (NotEmptyChat, bool) {
		tl_chat_gen.go#L3832: func (c *ChatForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
		tl_chat_gen.go#L3927: func (c *ChatForbidden) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3967: 		v := ChatForbidden{}
		tl_chat_slices_gen.go#L196: func (s ChatClassArray) FillChatForbiddenMap(to map[int64]*ChatForbidden) {
		tl_chat_slices_gen.go#L198: 		value, ok := elem.(*ChatForbidden)
		tl_chat_slices_gen.go#L207: func (s ChatClassArray) ChatForbiddenToMap() map[int64]*ChatForbidden {
		tl_chat_slices_gen.go#L208: 	r := make(map[int64]*ChatForbidden, len(s))
		tl_chat_slices_gen.go#L216: 		value, ok := elem.(*ChatForbidden)
		tl_chat_slices_gen.go#L742: type ChatForbiddenArray []ChatForbidden
		tl_chat_slices_gen.go#L745: func (s ChatForbiddenArray) Sort(less func(a, b ChatForbidden) bool) ChatForbiddenArray {
		tl_chat_slices_gen.go#L753: func (s ChatForbiddenArray) SortStable(less func(a, b ChatForbidden) bool) ChatForbiddenArray {
		tl_chat_slices_gen.go#L761: func (s ChatForbiddenArray) Retain(keep func(x ChatForbidden) bool) ChatForbiddenArray {
		tl_chat_slices_gen.go#L775: func (s ChatForbiddenArray) First() (v ChatForbidden, ok bool) {
		tl_chat_slices_gen.go#L783: func (s ChatForbiddenArray) Last() (v ChatForbidden, ok bool) {
		tl_chat_slices_gen.go#L791: func (s *ChatForbiddenArray) PopFirst() (v ChatForbidden, ok bool) {
		tl_chat_slices_gen.go#L801: 	var zero ChatForbidden
		tl_chat_slices_gen.go#L810: func (s *ChatForbiddenArray) Pop() (v ChatForbidden, ok bool) {
		tl_chat_slices_gen.go#L825: 	return s.Sort(func(a, b ChatForbidden) bool {
		tl_chat_slices_gen.go#L832: 	return s.SortStable(func(a, b ChatForbidden) bool {
		tl_chat_slices_gen.go#L838: func (s ChatForbiddenArray) FillMap(to map[int64]ChatForbidden) {
		tl_chat_slices_gen.go#L845: func (s ChatForbiddenArray) ToMap() map[int64]ChatForbidden {
		tl_chat_slices_gen.go#L846: 	r := make(map[int64]ChatForbidden, len(s))
		tl_registry_gen.go#L4978: 		ChatForbiddenTypeID:                                      func() bin.Object { return &ChatForbidden{} },