type github.com/gotd/td/tg.ChatInviteExported
54 uses
github.com/gotd/td/tg (current package)
tl_exported_chat_invite_gen.go#L38: type ChatInviteExported struct {
tl_exported_chat_invite_gen.go#L87: func (c ChatInviteExported) construct() ExportedChatInviteClass { return &c }
tl_exported_chat_invite_gen.go#L91: _ bin.Encoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L92: _ bin.Decoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L93: _ bin.BareEncoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L94: _ bin.BareDecoder = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L96: _ ExportedChatInviteClass = &ChatInviteExported{}
tl_exported_chat_invite_gen.go#L99: func (c *ChatInviteExported) Zero() bool {
tl_exported_chat_invite_gen.go#L147: func (c *ChatInviteExported) String() string {
tl_exported_chat_invite_gen.go#L151: type Alias ChatInviteExported
tl_exported_chat_invite_gen.go#L156: func (c *ChatInviteExported) FillFrom(from interface {
tl_exported_chat_invite_gen.go#L205: func (*ChatInviteExported) TypeID() uint32 {
tl_exported_chat_invite_gen.go#L210: func (*ChatInviteExported) TypeName() string {
tl_exported_chat_invite_gen.go#L215: func (c *ChatInviteExported) TypeInfo() tdp.Type {
tl_exported_chat_invite_gen.go#L287: func (c *ChatInviteExported) SetFlags() {
tl_exported_chat_invite_gen.go#L318: func (c *ChatInviteExported) Encode(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L327: func (c *ChatInviteExported) EncodeBare(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L360: func (c *ChatInviteExported) Decode(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L371: func (c *ChatInviteExported) DecodeBare(b *bin.Buffer) error {
tl_exported_chat_invite_gen.go#L450: func (c *ChatInviteExported) SetRevoked(value bool) {
tl_exported_chat_invite_gen.go#L461: func (c *ChatInviteExported) GetRevoked() (value bool) {
tl_exported_chat_invite_gen.go#L469: func (c *ChatInviteExported) SetPermanent(value bool) {
tl_exported_chat_invite_gen.go#L480: func (c *ChatInviteExported) GetPermanent() (value bool) {
tl_exported_chat_invite_gen.go#L488: func (c *ChatInviteExported) SetRequestNeeded(value bool) {
tl_exported_chat_invite_gen.go#L499: func (c *ChatInviteExported) GetRequestNeeded() (value bool) {
tl_exported_chat_invite_gen.go#L507: func (c *ChatInviteExported) GetLink() (value string) {
tl_exported_chat_invite_gen.go#L515: func (c *ChatInviteExported) GetAdminID() (value int64) {
tl_exported_chat_invite_gen.go#L523: func (c *ChatInviteExported) GetDate() (value int) {
tl_exported_chat_invite_gen.go#L531: func (c *ChatInviteExported) SetStartDate(value int) {
tl_exported_chat_invite_gen.go#L538: func (c *ChatInviteExported) GetStartDate() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L549: func (c *ChatInviteExported) SetExpireDate(value int) {
tl_exported_chat_invite_gen.go#L556: func (c *ChatInviteExported) GetExpireDate() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L567: func (c *ChatInviteExported) SetUsageLimit(value int) {
tl_exported_chat_invite_gen.go#L574: func (c *ChatInviteExported) GetUsageLimit() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L585: func (c *ChatInviteExported) SetUsage(value int) {
tl_exported_chat_invite_gen.go#L592: func (c *ChatInviteExported) GetUsage() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L603: func (c *ChatInviteExported) SetRequested(value int) {
tl_exported_chat_invite_gen.go#L610: func (c *ChatInviteExported) GetRequested() (value int, ok bool) {
tl_exported_chat_invite_gen.go#L621: func (c *ChatInviteExported) SetTitle(value string) {
tl_exported_chat_invite_gen.go#L628: func (c *ChatInviteExported) GetTitle() (value string, ok bool) {
tl_exported_chat_invite_gen.go#L790: v := ChatInviteExported{}
tl_exported_chat_invite_slices_gen.go#L122: value, ok := elem.(*ChatInviteExported)
tl_exported_chat_invite_slices_gen.go#L133: type ChatInviteExportedArray []ChatInviteExported
tl_exported_chat_invite_slices_gen.go#L136: func (s ChatInviteExportedArray) Sort(less func(a, b ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L144: func (s ChatInviteExportedArray) SortStable(less func(a, b ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L152: func (s ChatInviteExportedArray) Retain(keep func(x ChatInviteExported) bool) ChatInviteExportedArray {
tl_exported_chat_invite_slices_gen.go#L166: func (s ChatInviteExportedArray) First() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L174: func (s ChatInviteExportedArray) Last() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L182: func (s *ChatInviteExportedArray) PopFirst() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L192: var zero ChatInviteExported
tl_exported_chat_invite_slices_gen.go#L201: func (s *ChatInviteExportedArray) Pop() (v ChatInviteExported, ok bool) {
tl_exported_chat_invite_slices_gen.go#L216: return s.Sort(func(a, b ChatInviteExported) bool {
tl_exported_chat_invite_slices_gen.go#L223: return s.SortStable(func(a, b ChatInviteExported) bool {
tl_registry_gen.go#L4085: ChatInviteExportedTypeID: func() bin.Object { return &ChatInviteExported{} },
|
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. |