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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4925: type ChannelAdminLogEventActionParticipantJoinByRequest struct {
		tl_channel_admin_log_event_action_gen.go#L4936: func (c ChannelAdminLogEventActionParticipantJoinByRequest) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4942: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4943: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4944: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4945: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4947: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4950: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4965: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) String() string {
		tl_channel_admin_log_event_action_gen.go#L4969: 	type Alias ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_gen.go#L4974: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4985: func (*ChannelAdminLogEventActionParticipantJoinByRequest) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4990: func (*ChannelAdminLogEventActionParticipantJoinByRequest) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4995: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5018: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5027: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5042: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5053: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5075: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L5083: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) GetApprovedBy() (value int64) {
		tl_channel_admin_log_event_action_gen.go#L8627: 		v := ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_slices_gen.go#L512: 		value, ok := elem.(*ChannelAdminLogEventActionParticipantJoinByRequest)
		tl_channel_admin_log_event_action_slices_gen.go#L3230: type ChannelAdminLogEventActionParticipantJoinByRequestArray []ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_slices_gen.go#L3233: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3241: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3249: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Retain(keep func(x ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3263: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) First() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3271: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Last() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3279: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) PopFirst() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3289: 	var zero ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_slices_gen.go#L3298: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) Pop() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_registry_gen.go#L5806: 		ChannelAdminLogEventActionParticipantJoinByRequestTypeID: func() bin.Object { return &ChannelAdminLogEventActionParticipantJoinByRequest{} },