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#L634: type SendMessageHistoryImportActionArray []SendMessageHistoryImportAction
tl_send_message_action_slices_gen.go#L637: func (s SendMessageHistoryImportActionArray) Sort(less func(a, b SendMessageHistoryImportAction) bool) SendMessageHistoryImportActionArray {
tl_send_message_action_slices_gen.go#L645: func (s SendMessageHistoryImportActionArray) SortStable(less func(a, b SendMessageHistoryImportAction) bool) SendMessageHistoryImportActionArray {
tl_send_message_action_slices_gen.go#L653: func (s SendMessageHistoryImportActionArray) Retain(keep func(x SendMessageHistoryImportAction) bool) SendMessageHistoryImportActionArray {
tl_send_message_action_slices_gen.go#L667: func (s SendMessageHistoryImportActionArray) First() (v SendMessageHistoryImportAction, ok bool) {
tl_send_message_action_slices_gen.go#L675: func (s SendMessageHistoryImportActionArray) Last() (v SendMessageHistoryImportAction, ok bool) {
tl_send_message_action_slices_gen.go#L683: func (s *SendMessageHistoryImportActionArray) PopFirst() (v SendMessageHistoryImportAction, ok bool) {
tl_send_message_action_slices_gen.go#L702: func (s *SendMessageHistoryImportActionArray) Pop() (v SendMessageHistoryImportAction, 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. |