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

12 uses

	github.com/gotd/td/tg (current package)
		tl_message_action_slices_gen.go#L328: func (s MessageActionClassArray) AsMessageActionSecureValuesSent() (to MessageActionSecureValuesSentArray) {
		tl_message_action_slices_gen.go#L1861: type MessageActionSecureValuesSentArray []MessageActionSecureValuesSent
		tl_message_action_slices_gen.go#L1864: func (s MessageActionSecureValuesSentArray) Sort(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
		tl_message_action_slices_gen.go#L1872: func (s MessageActionSecureValuesSentArray) SortStable(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
		tl_message_action_slices_gen.go#L1880: func (s MessageActionSecureValuesSentArray) Retain(keep func(x MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
		tl_message_action_slices_gen.go#L1894: func (s MessageActionSecureValuesSentArray) First() (v MessageActionSecureValuesSent, ok bool) {
		tl_message_action_slices_gen.go#L1902: func (s MessageActionSecureValuesSentArray) Last() (v MessageActionSecureValuesSent, ok bool) {
		tl_message_action_slices_gen.go#L1910: func (s *MessageActionSecureValuesSentArray) PopFirst() (v MessageActionSecureValuesSent, ok bool) {
		tl_message_action_slices_gen.go#L1929: func (s *MessageActionSecureValuesSentArray) Pop() (v MessageActionSecureValuesSent, ok bool) {