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#L1697: type MessageActionBotAllowedArray []MessageActionBotAllowed
tl_message_action_slices_gen.go#L1700: func (s MessageActionBotAllowedArray) Sort(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L1708: func (s MessageActionBotAllowedArray) SortStable(less func(a, b MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L1716: func (s MessageActionBotAllowedArray) Retain(keep func(x MessageActionBotAllowed) bool) MessageActionBotAllowedArray {
tl_message_action_slices_gen.go#L1730: func (s MessageActionBotAllowedArray) First() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L1738: func (s MessageActionBotAllowedArray) Last() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L1746: func (s *MessageActionBotAllowedArray) PopFirst() (v MessageActionBotAllowed, ok bool) {
tl_message_action_slices_gen.go#L1765: func (s *MessageActionBotAllowedArray) Pop() (v MessageActionBotAllowed, 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. |