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#L2048: type MessageActionBotAllowedArray []MessageActionBotAllowed
tl_message_action_slices_gen.go#L2051: func (s MessageActionBotAllowedArray) Sort(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2059: func (s MessageActionBotAllowedArray) SortStable(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2067: func (s MessageActionBotAllowedArray) Retain(keep func(x MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L2081: func (s MessageActionBotAllowedArray) First() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2089: func (s MessageActionBotAllowedArray) Last() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2097: func (s *MessageActionBotAllowedArray) PopFirst() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L2116: 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. |