type github.com/gotd/td/tg.ChatForbiddenArray
18 uses
github.com/gotd/td/tg (current package)
tl_chat_slices_gen.go#L214: func (s ChatClassArray) AsChatForbidden() (to ChatForbiddenArray) {
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#L810: func (s *ChatForbiddenArray) Pop() (v ChatForbidden, ok bool) {
tl_chat_slices_gen.go#L824: func (s ChatForbiddenArray) SortByID() ChatForbiddenArray {
tl_chat_slices_gen.go#L831: func (s ChatForbiddenArray) SortStableByID() ChatForbiddenArray {
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 {
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. |