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#L804: type ChatForbiddenArray []ChatForbidden
tl_chat_slices_gen.go#L807: func (s ChatForbiddenArray) Sort(less func(a, b ChatForbidden) bool) ChatForbiddenArray {
tl_chat_slices_gen.go#L815: func (s ChatForbiddenArray) SortStable(less func(a, b ChatForbidden) bool) ChatForbiddenArray {
tl_chat_slices_gen.go#L823: func (s ChatForbiddenArray) Retain(keep func(x ChatForbidden) bool) ChatForbiddenArray {
tl_chat_slices_gen.go#L837: func (s ChatForbiddenArray) First() (v ChatForbidden, ok bool) {
tl_chat_slices_gen.go#L845: func (s ChatForbiddenArray) Last() (v ChatForbidden, ok bool) {
tl_chat_slices_gen.go#L853: func (s *ChatForbiddenArray) PopFirst() (v ChatForbidden, ok bool) {
tl_chat_slices_gen.go#L872: func (s *ChatForbiddenArray) Pop() (v ChatForbidden, ok bool) {
tl_chat_slices_gen.go#L886: func (s ChatForbiddenArray) SortByID() ChatForbiddenArray {
tl_chat_slices_gen.go#L893: func (s ChatForbiddenArray) SortStableByID() ChatForbiddenArray {
tl_chat_slices_gen.go#L900: func (s ChatForbiddenArray) FillMap(to map[int64]ChatForbidden) {
tl_chat_slices_gen.go#L907: func (s ChatForbiddenArray) ToMap() map[int64]ChatForbidden {
![]() |
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. |