type github.com/gotd/td/tg.SendMessageHistoryImportActionArray
12 uses
github.com/gotd/td/tg (current package)
tl_send_message_action_slices_gen.go#L185: func (s SendMessageActionClassArray) AsSendMessageHistoryImportAction() (to SendMessageHistoryImportActionArray) {
tl_send_message_action_slices_gen.go#L673: type SendMessageHistoryImportActionArray []SendMessageHistoryImportAction
tl_send_message_action_slices_gen.go#L676: func (s SendMessageHistoryImportActionArray) Sort(less func(a, b SendMessageHistoryImportAction) bool) SendMessageHistoryImportActionArray {
tl_send_message_action_slices_gen.go#L684: func (s SendMessageHistoryImportActionArray) SortStable(less func(a, b SendMessageHistoryImportAction) bool) SendMessageHistoryImportActionArray {
tl_send_message_action_slices_gen.go#L692: func (s SendMessageHistoryImportActionArray) Retain(keep func(x SendMessageHistoryImportAction) bool) SendMessageHistoryImportActionArray {
tl_send_message_action_slices_gen.go#L706: func (s SendMessageHistoryImportActionArray) First() (v SendMessageHistoryImportAction, ok bool) {
tl_send_message_action_slices_gen.go#L714: func (s SendMessageHistoryImportActionArray) Last() (v SendMessageHistoryImportAction, ok bool) {
tl_send_message_action_slices_gen.go#L722: func (s *SendMessageHistoryImportActionArray) PopFirst() (v SendMessageHistoryImportAction, ok bool) {
tl_send_message_action_slices_gen.go#L741: func (s *SendMessageHistoryImportActionArray) Pop() (v SendMessageHistoryImportAction, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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. |