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

44 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L844: type ChatForbidden struct {
		tl_chat_gen.go#L855: func (c ChatForbidden) construct() ChatClass { return &c }
		tl_chat_gen.go#L859: 	_ bin.Encoder     = &ChatForbidden{}
		tl_chat_gen.go#L860: 	_ bin.Decoder     = &ChatForbidden{}
		tl_chat_gen.go#L861: 	_ bin.BareEncoder = &ChatForbidden{}
		tl_chat_gen.go#L862: 	_ bin.BareDecoder = &ChatForbidden{}
		tl_chat_gen.go#L864: 	_ ChatClass = &ChatForbidden{}
		tl_chat_gen.go#L867: func (c *ChatForbidden) Zero() bool {
		tl_chat_gen.go#L882: func (c *ChatForbidden) String() string {
		tl_chat_gen.go#L886: 	type Alias ChatForbidden
		tl_chat_gen.go#L891: func (c *ChatForbidden) FillFrom(from interface {
		tl_chat_gen.go#L902: func (*ChatForbidden) TypeID() uint32 {
		tl_chat_gen.go#L907: func (*ChatForbidden) TypeName() string {
		tl_chat_gen.go#L912: func (c *ChatForbidden) TypeInfo() tdp.Type {
		tl_chat_gen.go#L935: func (c *ChatForbidden) Encode(b *bin.Buffer) error {
		tl_chat_gen.go#L944: func (c *ChatForbidden) EncodeBare(b *bin.Buffer) error {
		tl_chat_gen.go#L954: func (c *ChatForbidden) Decode(b *bin.Buffer) error {
		tl_chat_gen.go#L965: func (c *ChatForbidden) DecodeBare(b *bin.Buffer) error {
		tl_chat_gen.go#L987: func (c *ChatForbidden) GetID() (value int64) {
		tl_chat_gen.go#L995: func (c *ChatForbidden) GetTitle() (value string) {
		tl_chat_gen.go#L3223: func (c *ChatForbidden) AsNotEmpty() (NotEmptyChat, bool) {
		tl_chat_gen.go#L3276: func (c *ChatForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
		tl_chat_gen.go#L3368: func (c *ChatForbidden) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3408: 		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#L3682: 		ChatForbiddenTypeID:                                      func() bin.Object { return &ChatForbidden{} },