type github.com/gotd/td/tg.ChannelAdminLogEventActionExportedInviteEdit
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L4439: type ChannelAdminLogEventActionExportedInviteEdit struct {
tl_channel_admin_log_event_action_gen.go#L4450: func (c ChannelAdminLogEventActionExportedInviteEdit) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L4456: _ bin.Encoder = &ChannelAdminLogEventActionExportedInviteEdit{}
tl_channel_admin_log_event_action_gen.go#L4457: _ bin.Decoder = &ChannelAdminLogEventActionExportedInviteEdit{}
tl_channel_admin_log_event_action_gen.go#L4458: _ bin.BareEncoder = &ChannelAdminLogEventActionExportedInviteEdit{}
tl_channel_admin_log_event_action_gen.go#L4459: _ bin.BareDecoder = &ChannelAdminLogEventActionExportedInviteEdit{}
tl_channel_admin_log_event_action_gen.go#L4461: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionExportedInviteEdit{}
tl_channel_admin_log_event_action_gen.go#L4464: func (c *ChannelAdminLogEventActionExportedInviteEdit) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L4479: func (c *ChannelAdminLogEventActionExportedInviteEdit) String() string {
tl_channel_admin_log_event_action_gen.go#L4483: type Alias ChannelAdminLogEventActionExportedInviteEdit
tl_channel_admin_log_event_action_gen.go#L4488: func (c *ChannelAdminLogEventActionExportedInviteEdit) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L4499: func (*ChannelAdminLogEventActionExportedInviteEdit) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L4504: func (*ChannelAdminLogEventActionExportedInviteEdit) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L4509: func (c *ChannelAdminLogEventActionExportedInviteEdit) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L4532: func (c *ChannelAdminLogEventActionExportedInviteEdit) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4541: func (c *ChannelAdminLogEventActionExportedInviteEdit) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4561: func (c *ChannelAdminLogEventActionExportedInviteEdit) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4572: func (c *ChannelAdminLogEventActionExportedInviteEdit) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4594: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetPrevInvite() (value ExportedChatInviteClass) {
tl_channel_admin_log_event_action_gen.go#L4602: func (c *ChannelAdminLogEventActionExportedInviteEdit) GetNewInvite() (value ExportedChatInviteClass) {
tl_channel_admin_log_event_action_gen.go#L7676: v := ChannelAdminLogEventActionExportedInviteEdit{}
tl_channel_admin_log_event_action_slices_gen.go#L473: value, ok := elem.(*ChannelAdminLogEventActionExportedInviteEdit)
tl_channel_admin_log_event_action_slices_gen.go#L2919: type ChannelAdminLogEventActionExportedInviteEditArray []ChannelAdminLogEventActionExportedInviteEdit
tl_channel_admin_log_event_action_slices_gen.go#L2922: func (s ChannelAdminLogEventActionExportedInviteEditArray) Sort(less func(a, b ChannelAdminLogEventActionExportedInviteEdit) bool) ChannelAdminLogEventActionExportedInviteEditArray {
tl_channel_admin_log_event_action_slices_gen.go#L2930: func (s ChannelAdminLogEventActionExportedInviteEditArray) SortStable(less func(a, b ChannelAdminLogEventActionExportedInviteEdit) bool) ChannelAdminLogEventActionExportedInviteEditArray {
tl_channel_admin_log_event_action_slices_gen.go#L2938: func (s ChannelAdminLogEventActionExportedInviteEditArray) Retain(keep func(x ChannelAdminLogEventActionExportedInviteEdit) bool) ChannelAdminLogEventActionExportedInviteEditArray {
tl_channel_admin_log_event_action_slices_gen.go#L2952: func (s ChannelAdminLogEventActionExportedInviteEditArray) First() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2960: func (s ChannelAdminLogEventActionExportedInviteEditArray) Last() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2968: func (s *ChannelAdminLogEventActionExportedInviteEditArray) PopFirst() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2978: var zero ChannelAdminLogEventActionExportedInviteEdit
tl_channel_admin_log_event_action_slices_gen.go#L2987: func (s *ChannelAdminLogEventActionExportedInviteEditArray) Pop() (v ChannelAdminLogEventActionExportedInviteEdit, ok bool) {
tl_registry_gen.go#L4381: ChannelAdminLogEventActionExportedInviteEditTypeID: func() bin.Object { return &ChannelAdminLogEventActionExportedInviteEdit{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |