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

12 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_slices_gen.go#L185: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionToggleSignatures() (to ChannelAdminLogEventActionToggleSignaturesArray) {
		tl_channel_admin_log_event_action_slices_gen.go#L1180: type ChannelAdminLogEventActionToggleSignaturesArray []ChannelAdminLogEventActionToggleSignatures
		tl_channel_admin_log_event_action_slices_gen.go#L1183: func (s ChannelAdminLogEventActionToggleSignaturesArray) Sort(less func(a, b ChannelAdminLogEventActionToggleSignatures) bool) ChannelAdminLogEventActionToggleSignaturesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1191: func (s ChannelAdminLogEventActionToggleSignaturesArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleSignatures) bool) ChannelAdminLogEventActionToggleSignaturesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1199: func (s ChannelAdminLogEventActionToggleSignaturesArray) Retain(keep func(x ChannelAdminLogEventActionToggleSignatures) bool) ChannelAdminLogEventActionToggleSignaturesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1213: func (s ChannelAdminLogEventActionToggleSignaturesArray) First() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1221: func (s ChannelAdminLogEventActionToggleSignaturesArray) Last() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1229: func (s *ChannelAdminLogEventActionToggleSignaturesArray) PopFirst() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1248: func (s *ChannelAdminLogEventActionToggleSignaturesArray) Pop() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {