type github.com/gotd/td/tg.SendMessageUploadVideoActionArray
12 uses
github.com/gotd/td/tg (current package)
tl_send_message_action_slices_gen.go#L120: func (s SendMessageActionClassArray) AsSendMessageUploadVideoAction() (to SendMessageUploadVideoActionArray) {
tl_send_message_action_slices_gen.go#L224: type SendMessageUploadVideoActionArray []SendMessageUploadVideoAction
tl_send_message_action_slices_gen.go#L227: func (s SendMessageUploadVideoActionArray) Sort(less func(a, b SendMessageUploadVideoAction) bool) SendMessageUploadVideoActionArray {
tl_send_message_action_slices_gen.go#L235: func (s SendMessageUploadVideoActionArray) SortStable(less func(a, b SendMessageUploadVideoAction) bool) SendMessageUploadVideoActionArray {
tl_send_message_action_slices_gen.go#L243: func (s SendMessageUploadVideoActionArray) Retain(keep func(x SendMessageUploadVideoAction) bool) SendMessageUploadVideoActionArray {
tl_send_message_action_slices_gen.go#L257: func (s SendMessageUploadVideoActionArray) First() (v SendMessageUploadVideoAction, ok bool) {
tl_send_message_action_slices_gen.go#L265: func (s SendMessageUploadVideoActionArray) Last() (v SendMessageUploadVideoAction, ok bool) {
tl_send_message_action_slices_gen.go#L273: func (s *SendMessageUploadVideoActionArray) PopFirst() (v SendMessageUploadVideoAction, ok bool) {
tl_send_message_action_slices_gen.go#L292: func (s *SendMessageUploadVideoActionArray) Pop() (v SendMessageUploadVideoAction, 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. |