type github.com/gotd/td/tg.NotForbiddenChat
22 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3149: AsNotForbidden() (NotForbiddenChat, bool)
tl_chat_gen.go#L3241: type NotForbiddenChat interface {
tl_chat_gen.go#L3264: func (c *ChatEmpty) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3265: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L3270: func (c *Chat) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3271: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L3276: func (c *ChatForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3277: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L3282: func (c *Channel) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3283: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_gen.go#L3288: func (c *ChannelForbidden) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3289: value, ok := (ChatClass(c)).(NotForbiddenChat)
tl_chat_slices_gen.go#L362: func (s ChatClassArray) FillNotForbiddenMap(to map[int64]NotForbiddenChat) {
tl_chat_slices_gen.go#L373: func (s ChatClassArray) NotForbiddenToMap() map[int64]NotForbiddenChat {
tl_chat_slices_gen.go#L374: r := make(map[int64]NotForbiddenChat, len(s))
tl_chat_slices_gen.go#L381: func (s ChatClassArray) AppendOnlyNotForbidden(to []NotForbiddenChat) []NotForbiddenChat {
tl_chat_slices_gen.go#L394: func (s ChatClassArray) AsNotForbidden() (to []NotForbiddenChat) {
tl_chat_slices_gen.go#L399: func (s ChatClassArray) FirstAsNotForbidden() (v NotForbiddenChat, ok bool) {
tl_chat_slices_gen.go#L408: func (s ChatClassArray) LastAsNotForbidden() (v NotForbiddenChat, ok bool) {
tl_chat_slices_gen.go#L417: func (s *ChatClassArray) PopFirstAsNotForbidden() (v NotForbiddenChat, ok bool) {
tl_chat_slices_gen.go#L426: func (s *ChatClassArray) PopAsNotForbidden() (v NotForbiddenChat, ok bool) {
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |