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

19 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1534: type ChannelAdminLogEventActionParticipantLeave struct {
		tl_channel_admin_log_event_action_gen.go#L1541: func (c ChannelAdminLogEventActionParticipantLeave) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L1547: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantLeave{}
		tl_channel_admin_log_event_action_gen.go#L1548: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantLeave{}
		tl_channel_admin_log_event_action_gen.go#L1549: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantLeave{}
		tl_channel_admin_log_event_action_gen.go#L1550: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantLeave{}
		tl_channel_admin_log_event_action_gen.go#L1552: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantLeave{}
		tl_channel_admin_log_event_action_gen.go#L1555: func (c *ChannelAdminLogEventActionParticipantLeave) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L1564: func (c *ChannelAdminLogEventActionParticipantLeave) String() string {
		tl_channel_admin_log_event_action_gen.go#L1568: 	type Alias ChannelAdminLogEventActionParticipantLeave
		tl_channel_admin_log_event_action_gen.go#L1575: func (*ChannelAdminLogEventActionParticipantLeave) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L1580: func (*ChannelAdminLogEventActionParticipantLeave) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L1585: func (c *ChannelAdminLogEventActionParticipantLeave) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L1599: func (c *ChannelAdminLogEventActionParticipantLeave) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1608: func (c *ChannelAdminLogEventActionParticipantLeave) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1616: func (c *ChannelAdminLogEventActionParticipantLeave) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1627: func (c *ChannelAdminLogEventActionParticipantLeave) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7543: 		v := ChannelAdminLogEventActionParticipantLeave{}
		tl_registry_gen.go#L4362: 		ChannelAdminLogEventActionParticipantLeaveTypeID:         func() bin.Object { return &ChannelAdminLogEventActionParticipantLeave{} },