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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L835: type ChannelAdminLogEventActionToggleSignatures struct {
		tl_channel_admin_log_event_action_gen.go#L844: func (c ChannelAdminLogEventActionToggleSignatures) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L850: 	_ bin.Encoder     = &ChannelAdminLogEventActionToggleSignatures{}
		tl_channel_admin_log_event_action_gen.go#L851: 	_ bin.Decoder     = &ChannelAdminLogEventActionToggleSignatures{}
		tl_channel_admin_log_event_action_gen.go#L852: 	_ bin.BareEncoder = &ChannelAdminLogEventActionToggleSignatures{}
		tl_channel_admin_log_event_action_gen.go#L853: 	_ bin.BareDecoder = &ChannelAdminLogEventActionToggleSignatures{}
		tl_channel_admin_log_event_action_gen.go#L855: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionToggleSignatures{}
		tl_channel_admin_log_event_action_gen.go#L858: func (c *ChannelAdminLogEventActionToggleSignatures) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L870: func (c *ChannelAdminLogEventActionToggleSignatures) String() string {
		tl_channel_admin_log_event_action_gen.go#L874: 	type Alias ChannelAdminLogEventActionToggleSignatures
		tl_channel_admin_log_event_action_gen.go#L879: func (c *ChannelAdminLogEventActionToggleSignatures) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L888: func (*ChannelAdminLogEventActionToggleSignatures) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L893: func (*ChannelAdminLogEventActionToggleSignatures) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L898: func (c *ChannelAdminLogEventActionToggleSignatures) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L917: func (c *ChannelAdminLogEventActionToggleSignatures) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L926: func (c *ChannelAdminLogEventActionToggleSignatures) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L935: func (c *ChannelAdminLogEventActionToggleSignatures) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L946: func (c *ChannelAdminLogEventActionToggleSignatures) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L961: func (c *ChannelAdminLogEventActionToggleSignatures) GetNewValue() (value bool) {
		tl_channel_admin_log_event_action_gen.go#L7508: 		v := ChannelAdminLogEventActionToggleSignatures{}
		tl_channel_admin_log_event_action_slices_gen.go#L187: 		value, ok := elem.(*ChannelAdminLogEventActionToggleSignatures)
		tl_channel_admin_log_event_action_slices_gen.go#L1115: type ChannelAdminLogEventActionToggleSignaturesArray []ChannelAdminLogEventActionToggleSignatures
		tl_channel_admin_log_event_action_slices_gen.go#L1118: func (s ChannelAdminLogEventActionToggleSignaturesArray) Sort(less func(a, b ChannelAdminLogEventActionToggleSignatures) bool) ChannelAdminLogEventActionToggleSignaturesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1126: func (s ChannelAdminLogEventActionToggleSignaturesArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleSignatures) bool) ChannelAdminLogEventActionToggleSignaturesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1134: func (s ChannelAdminLogEventActionToggleSignaturesArray) Retain(keep func(x ChannelAdminLogEventActionToggleSignatures) bool) ChannelAdminLogEventActionToggleSignaturesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1148: func (s ChannelAdminLogEventActionToggleSignaturesArray) First() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1156: func (s ChannelAdminLogEventActionToggleSignaturesArray) Last() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1164: func (s *ChannelAdminLogEventActionToggleSignaturesArray) PopFirst() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1174: 	var zero ChannelAdminLogEventActionToggleSignatures
		tl_channel_admin_log_event_action_slices_gen.go#L1183: func (s *ChannelAdminLogEventActionToggleSignaturesArray) Pop() (v ChannelAdminLogEventActionToggleSignatures, ok bool) {
		tl_registry_gen.go#L4357: 		ChannelAdminLogEventActionToggleSignaturesTypeID:         func() bin.Object { return &ChannelAdminLogEventActionToggleSignatures{} },