type github.com/gotd/td/tg.MessageActionBoostApplyArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L562: func (s MessageActionClassArray) AsMessageActionBoostApply() (to MessageActionBoostApplyArray) {
tl_message_action_slices_gen.go#L3701: type MessageActionBoostApplyArray []MessageActionBoostApply
tl_message_action_slices_gen.go#L3704: func (s MessageActionBoostApplyArray) Sort(less func(a, b MessageActionBoostApply) bool) MessageActionBoostApplyArray {
tl_message_action_slices_gen.go#L3712: func (s MessageActionBoostApplyArray) SortStable(less func(a, b MessageActionBoostApply) bool) MessageActionBoostApplyArray {
tl_message_action_slices_gen.go#L3720: func (s MessageActionBoostApplyArray) Retain(keep func(x MessageActionBoostApply) bool) MessageActionBoostApplyArray {
tl_message_action_slices_gen.go#L3734: func (s MessageActionBoostApplyArray) First() (v MessageActionBoostApply, ok bool) {
tl_message_action_slices_gen.go#L3742: func (s MessageActionBoostApplyArray) Last() (v MessageActionBoostApply, ok bool) {
tl_message_action_slices_gen.go#L3750: func (s *MessageActionBoostApplyArray) PopFirst() (v MessageActionBoostApply, ok bool) {
tl_message_action_slices_gen.go#L3769: func (s *MessageActionBoostApplyArray) Pop() (v MessageActionBoostApply, 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. |