type github.com/gotd/td/tg.FullChat
26 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L4518: AsFull() (FullChat, bool)
tl_chat_gen.go#L4688: type FullChat interface {
tl_chat_gen.go#L4741: func (c *ChatEmpty) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4742: value, ok := (ChatClass(c)).(FullChat)
tl_chat_gen.go#L4747: func (c *Chat) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4748: value, ok := (ChatClass(c)).(FullChat)
tl_chat_gen.go#L4753: func (c *ChatForbidden) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4754: value, ok := (ChatClass(c)).(FullChat)
tl_chat_gen.go#L4759: func (c *Channel) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4760: value, ok := (ChatClass(c)).(FullChat)
tl_chat_gen.go#L4765: func (c *ChannelForbidden) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4766: value, ok := (ChatClass(c)).(FullChat)
tl_chat_gen.go#L4771: func (c *CommunityForbidden) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4772: value, ok := (ChatClass(c)).(FullChat)
tl_chat_gen.go#L4777: func (c *Community) AsFull() (FullChat, bool) {
tl_chat_gen.go#L4778: value, ok := (ChatClass(c)).(FullChat)
tl_chat_slices_gen.go#L497: func (s ChatClassArray) FillFullMap(to map[int64]FullChat) {
tl_chat_slices_gen.go#L508: func (s ChatClassArray) FullToMap() map[int64]FullChat {
tl_chat_slices_gen.go#L509: r := make(map[int64]FullChat, len(s))
tl_chat_slices_gen.go#L516: func (s ChatClassArray) AppendOnlyFull(to []FullChat) []FullChat {
tl_chat_slices_gen.go#L529: func (s ChatClassArray) AsFull() (to []FullChat) {
tl_chat_slices_gen.go#L534: func (s ChatClassArray) FirstAsFull() (v FullChat, ok bool) {
tl_chat_slices_gen.go#L543: func (s ChatClassArray) LastAsFull() (v FullChat, ok bool) {
tl_chat_slices_gen.go#L552: func (s *ChatClassArray) PopFirstAsFull() (v FullChat, ok bool) {
tl_chat_slices_gen.go#L561: func (s *ChatClassArray) PopAsFull() (v FullChat, ok bool) {
 |
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. |