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

19 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1429: type ChannelAdminLogEventActionParticipantJoin struct {
		tl_channel_admin_log_event_action_gen.go#L1436: func (c ChannelAdminLogEventActionParticipantJoin) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L1442: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantJoin{}
		tl_channel_admin_log_event_action_gen.go#L1443: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantJoin{}
		tl_channel_admin_log_event_action_gen.go#L1444: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantJoin{}
		tl_channel_admin_log_event_action_gen.go#L1445: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantJoin{}
		tl_channel_admin_log_event_action_gen.go#L1447: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantJoin{}
		tl_channel_admin_log_event_action_gen.go#L1450: func (c *ChannelAdminLogEventActionParticipantJoin) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L1459: func (c *ChannelAdminLogEventActionParticipantJoin) String() string {
		tl_channel_admin_log_event_action_gen.go#L1463: 	type Alias ChannelAdminLogEventActionParticipantJoin
		tl_channel_admin_log_event_action_gen.go#L1470: func (*ChannelAdminLogEventActionParticipantJoin) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L1475: func (*ChannelAdminLogEventActionParticipantJoin) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L1480: func (c *ChannelAdminLogEventActionParticipantJoin) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L1494: func (c *ChannelAdminLogEventActionParticipantJoin) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1503: func (c *ChannelAdminLogEventActionParticipantJoin) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1511: func (c *ChannelAdminLogEventActionParticipantJoin) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1522: func (c *ChannelAdminLogEventActionParticipantJoin) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L7536: 		v := ChannelAdminLogEventActionParticipantJoin{}
		tl_registry_gen.go#L4361: 		ChannelAdminLogEventActionParticipantJoinTypeID:          func() bin.Object { return &ChannelAdminLogEventActionParticipantJoin{} },