type github.com/gotd/td/tg.NotForbiddenChat
26 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L4516: AsNotForbidden() (NotForbiddenChat, bool)
tl_chat_gen.go#L4623: type NotForbiddenChat interface {
tl_chat_gen.go#L4646: func (c *ChatEmpty) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4647: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L4652: func (c *Chat) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4653: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L4658: func (c *ChatForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4659: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L4664: func (c *Channel) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4665: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L4670: func (c *ChannelForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4671: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L4676: func (c *CommunityForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4677: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L4682: func (c *Community) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L4683: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_slices_gen.go#L424: func (s ChatClassArray) FillNotForbiddenMap(to map[int64]NotForbiddenChat) {
tl_chat_slices_gen.go#L435: func (s ChatClassArray) NotForbiddenToMap() map[int64]NotForbiddenChat {
tl_chat_slices_gen.go#L436: r := make(map[int64]NotForbiddenChat, len(s))
tl_chat_slices_gen.go#L443: func (s ChatClassArray) AppendOnlyNotForbidden(to []NotForbiddenChat) []NotForbiddenChat {
tl_chat_slices_gen.go#L456: func (s ChatClassArray) AsNotForbidden() (to []NotForbiddenChat) {
tl_chat_slices_gen.go#L461: func (s ChatClassArray) FirstAsNotForbidden() (v NotForbiddenChat, ok bool) {
tl_chat_slices_gen.go#L470: func (s ChatClassArray) LastAsNotForbidden() (v NotForbiddenChat, ok bool) {
tl_chat_slices_gen.go#L479: func (s *ChatClassArray) PopFirstAsNotForbidden() (v NotForbiddenChat, ok bool) {
tl_chat_slices_gen.go#L488: func (s *ChatClassArray) PopAsNotForbidden() (v NotForbiddenChat, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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. |