type github.com/gotd/td/tg.MessageActionBotAllowedArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L302: func (s MessageActionClassArray) AsMessageActionBotAllowed() (to MessageActionBotAllowedArray) {
tl_message_action_slices_gen.go#L2061: type MessageActionBotAllowedArray []MessageActionBotAllowed
tl_message_action_slices_gen.go#L2064: func (s MessageActionBotAllowedArray) Sort(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2072: func (s MessageActionBotAllowedArray) SortStable(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2080: func (s MessageActionBotAllowedArray) Retain(keep func(x MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2094: func (s MessageActionBotAllowedArray) First() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2102: func (s MessageActionBotAllowedArray) Last() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2110: func (s *MessageActionBotAllowedArray) PopFirst() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2129: func (s *MessageActionBotAllowedArray) Pop() (v MessageActionBotAllowed, 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. |