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

22 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L3151: 	AsFull() (FullChat, bool)
		tl_chat_gen.go#L3294: type FullChat interface {
		tl_chat_gen.go#L3356: func (c *ChatEmpty) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3357: 	value, ok := (ChatClass(c)).(FullChat)
		tl_chat_gen.go#L3362: func (c *Chat) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3363: 	value, ok := (ChatClass(c)).(FullChat)
		tl_chat_gen.go#L3368: func (c *ChatForbidden) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3369: 	value, ok := (ChatClass(c)).(FullChat)
		tl_chat_gen.go#L3374: func (c *Channel) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3375: 	value, ok := (ChatClass(c)).(FullChat)
		tl_chat_gen.go#L3380: func (c *ChannelForbidden) AsFull() (FullChat, bool) {
		tl_chat_gen.go#L3381: 	value, ok := (ChatClass(c)).(FullChat)
		tl_chat_slices_gen.go#L435: func (s ChatClassArray) FillFullMap(to map[int64]FullChat) {
		tl_chat_slices_gen.go#L446: func (s ChatClassArray) FullToMap() map[int64]FullChat {
		tl_chat_slices_gen.go#L447: 	r := make(map[int64]FullChat, len(s))
		tl_chat_slices_gen.go#L454: func (s ChatClassArray) AppendOnlyFull(to []FullChat) []FullChat {
		tl_chat_slices_gen.go#L467: func (s ChatClassArray) AsFull() (to []FullChat) {
		tl_chat_slices_gen.go#L472: func (s ChatClassArray) FirstAsFull() (v FullChat, ok bool) {
		tl_chat_slices_gen.go#L481: func (s ChatClassArray) LastAsFull() (v FullChat, ok bool) {
		tl_chat_slices_gen.go#L490: func (s *ChatClassArray) PopFirstAsFull() (v FullChat, ok bool) {
		tl_chat_slices_gen.go#L499: func (s *ChatClassArray) PopAsFull() (v FullChat, ok bool) {