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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L698: type ChannelAdminLogEventActionToggleInvites struct {
		tl_channel_admin_log_event_action_gen.go#L707: func (c ChannelAdminLogEventActionToggleInvites) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L713: 	_ bin.Encoder     = &ChannelAdminLogEventActionToggleInvites{}
		tl_channel_admin_log_event_action_gen.go#L714: 	_ bin.Decoder     = &ChannelAdminLogEventActionToggleInvites{}
		tl_channel_admin_log_event_action_gen.go#L715: 	_ bin.BareEncoder = &ChannelAdminLogEventActionToggleInvites{}
		tl_channel_admin_log_event_action_gen.go#L716: 	_ bin.BareDecoder = &ChannelAdminLogEventActionToggleInvites{}
		tl_channel_admin_log_event_action_gen.go#L718: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionToggleInvites{}
		tl_channel_admin_log_event_action_gen.go#L721: func (c *ChannelAdminLogEventActionToggleInvites) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L733: func (c *ChannelAdminLogEventActionToggleInvites) String() string {
		tl_channel_admin_log_event_action_gen.go#L737: 	type Alias ChannelAdminLogEventActionToggleInvites
		tl_channel_admin_log_event_action_gen.go#L742: func (c *ChannelAdminLogEventActionToggleInvites) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L751: func (*ChannelAdminLogEventActionToggleInvites) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L756: func (*ChannelAdminLogEventActionToggleInvites) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L761: func (c *ChannelAdminLogEventActionToggleInvites) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L780: func (c *ChannelAdminLogEventActionToggleInvites) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L789: func (c *ChannelAdminLogEventActionToggleInvites) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L798: func (c *ChannelAdminLogEventActionToggleInvites) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L809: func (c *ChannelAdminLogEventActionToggleInvites) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L824: func (c *ChannelAdminLogEventActionToggleInvites) GetNewValue() (value bool) {
		tl_channel_admin_log_event_action_gen.go#L7501: 		v := ChannelAdminLogEventActionToggleInvites{}
		tl_channel_admin_log_event_action_slices_gen.go#L174: 		value, ok := elem.(*ChannelAdminLogEventActionToggleInvites)
		tl_channel_admin_log_event_action_slices_gen.go#L1033: type ChannelAdminLogEventActionToggleInvitesArray []ChannelAdminLogEventActionToggleInvites
		tl_channel_admin_log_event_action_slices_gen.go#L1036: func (s ChannelAdminLogEventActionToggleInvitesArray) Sort(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1044: func (s ChannelAdminLogEventActionToggleInvitesArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1052: func (s ChannelAdminLogEventActionToggleInvitesArray) Retain(keep func(x ChannelAdminLogEventActionToggleInvites) bool) ChannelAdminLogEventActionToggleInvitesArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1066: func (s ChannelAdminLogEventActionToggleInvitesArray) First() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1074: func (s ChannelAdminLogEventActionToggleInvitesArray) Last() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1082: func (s *ChannelAdminLogEventActionToggleInvitesArray) PopFirst() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1092: 	var zero ChannelAdminLogEventActionToggleInvites
		tl_channel_admin_log_event_action_slices_gen.go#L1101: func (s *ChannelAdminLogEventActionToggleInvitesArray) Pop() (v ChannelAdminLogEventActionToggleInvites, ok bool) {
		tl_registry_gen.go#L4356: 		ChannelAdminLogEventActionToggleInvitesTypeID:            func() bin.Object { return &ChannelAdminLogEventActionToggleInvites{} },