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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4915: type ChannelAdminLogEventActionParticipantJoinByRequest struct {
		tl_channel_admin_log_event_action_gen.go#L4926: func (c ChannelAdminLogEventActionParticipantJoinByRequest) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4932: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4933: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4934: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4935: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4937: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantJoinByRequest{}
		tl_channel_admin_log_event_action_gen.go#L4940: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4955: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) String() string {
		tl_channel_admin_log_event_action_gen.go#L4959: 	type Alias ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_gen.go#L4964: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4975: func (*ChannelAdminLogEventActionParticipantJoinByRequest) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4980: func (*ChannelAdminLogEventActionParticipantJoinByRequest) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4985: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L5008: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5017: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5032: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5043: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L5065: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) GetInvite() (value ExportedChatInviteClass) {
		tl_channel_admin_log_event_action_gen.go#L5073: func (c *ChannelAdminLogEventActionParticipantJoinByRequest) GetApprovedBy() (value int64) {
		tl_channel_admin_log_event_action_gen.go#L7697: 		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#L3165: type ChannelAdminLogEventActionParticipantJoinByRequestArray []ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_slices_gen.go#L3168: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3176: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3184: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Retain(keep func(x ChannelAdminLogEventActionParticipantJoinByRequest) bool) ChannelAdminLogEventActionParticipantJoinByRequestArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3198: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) First() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3206: func (s ChannelAdminLogEventActionParticipantJoinByRequestArray) Last() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3214: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) PopFirst() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3224: 	var zero ChannelAdminLogEventActionParticipantJoinByRequest
		tl_channel_admin_log_event_action_slices_gen.go#L3233: func (s *ChannelAdminLogEventActionParticipantJoinByRequestArray) Pop() (v ChannelAdminLogEventActionParticipantJoinByRequest, ok bool) {
		tl_registry_gen.go#L4384: 		ChannelAdminLogEventActionParticipantJoinByRequestTypeID: func() bin.Object { return &ChannelAdminLogEventActionParticipantJoinByRequest{} },