type github.com/gotd/td/tg.SendMessageUploadPhotoActionArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_send_message_action_slices_gen.go#L146: func (s SendMessageActionClassArray) AsSendMessageUploadPhotoAction() (to SendMessageUploadPhotoActionArray) {
		tl_send_message_action_slices_gen.go#L427: type SendMessageUploadPhotoActionArray []SendMessageUploadPhotoAction
		tl_send_message_action_slices_gen.go#L430: func (s SendMessageUploadPhotoActionArray) Sort(less func(a, b SendMessageUploadPhotoAction) bool) SendMessageUploadPhotoActionArray {
		tl_send_message_action_slices_gen.go#L438: func (s SendMessageUploadPhotoActionArray) SortStable(less func(a, b SendMessageUploadPhotoAction) bool) SendMessageUploadPhotoActionArray {
		tl_send_message_action_slices_gen.go#L446: func (s SendMessageUploadPhotoActionArray) Retain(keep func(x SendMessageUploadPhotoAction) bool) SendMessageUploadPhotoActionArray {
		tl_send_message_action_slices_gen.go#L460: func (s SendMessageUploadPhotoActionArray) First() (v SendMessageUploadPhotoAction, ok bool) {
		tl_send_message_action_slices_gen.go#L468: func (s SendMessageUploadPhotoActionArray) Last() (v SendMessageUploadPhotoAction, ok bool) {
		tl_send_message_action_slices_gen.go#L476: func (s *SendMessageUploadPhotoActionArray) PopFirst() (v SendMessageUploadPhotoAction, ok bool) {
		tl_send_message_action_slices_gen.go#L495: func (s *SendMessageUploadPhotoActionArray) Pop() (v SendMessageUploadPhotoAction, ok bool) {