type github.com/gotd/td/tg.EncryptedChat
50 uses
github.com/gotd/td/tg (current package)
tl_encrypted_chat_gen.go#L761: type EncryptedChat struct {
tl_encrypted_chat_gen.go#L786: func (e EncryptedChat) construct() EncryptedChatClass { return &e }
tl_encrypted_chat_gen.go#L790: _ bin.Encoder = &EncryptedChat{}
tl_encrypted_chat_gen.go#L791: _ bin.Decoder = &EncryptedChat{}
tl_encrypted_chat_gen.go#L792: _ bin.BareEncoder = &EncryptedChat{}
tl_encrypted_chat_gen.go#L793: _ bin.BareDecoder = &EncryptedChat{}
tl_encrypted_chat_gen.go#L795: _ EncryptedChatClass = &EncryptedChat{}
tl_encrypted_chat_gen.go#L798: func (e *EncryptedChat) Zero() bool {
tl_encrypted_chat_gen.go#L828: func (e *EncryptedChat) String() string {
tl_encrypted_chat_gen.go#L832: type Alias EncryptedChat
tl_encrypted_chat_gen.go#L837: func (e *EncryptedChat) FillFrom(from interface {
tl_encrypted_chat_gen.go#L858: func (*EncryptedChat) TypeID() uint32 {
tl_encrypted_chat_gen.go#L863: func (*EncryptedChat) TypeName() string {
tl_encrypted_chat_gen.go#L868: func (e *EncryptedChat) TypeInfo() tdp.Type {
tl_encrypted_chat_gen.go#L911: func (e *EncryptedChat) Encode(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L920: func (e *EncryptedChat) EncodeBare(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L935: func (e *EncryptedChat) Decode(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L946: func (e *EncryptedChat) DecodeBare(b *bin.Buffer) error {
tl_encrypted_chat_gen.go#L1003: func (e *EncryptedChat) GetID() (value int) {
tl_encrypted_chat_gen.go#L1011: func (e *EncryptedChat) GetAccessHash() (value int64) {
tl_encrypted_chat_gen.go#L1019: func (e *EncryptedChat) GetDate() (value int) {
tl_encrypted_chat_gen.go#L1027: func (e *EncryptedChat) GetAdminID() (value int64) {
tl_encrypted_chat_gen.go#L1035: func (e *EncryptedChat) GetParticipantID() (value int64) {
tl_encrypted_chat_gen.go#L1043: func (e *EncryptedChat) GetGAOrB() (value []byte) {
tl_encrypted_chat_gen.go#L1051: func (e *EncryptedChat) GetKeyFingerprint() (value int64) {
tl_encrypted_chat_gen.go#L1296: func (e *EncryptedChat) AsInput() *InputEncryptedChat {
tl_encrypted_chat_gen.go#L1346: func (e *EncryptedChat) AsNotEmpty() (NotEmptyEncryptedChat, bool) {
tl_encrypted_chat_gen.go#L1387: v := EncryptedChat{}
tl_encrypted_chat_slices_gen.go#L227: func (s EncryptedChatClassArray) FillEncryptedChatMap(to map[int]*EncryptedChat) {
tl_encrypted_chat_slices_gen.go#L229: value, ok := elem.(*EncryptedChat)
tl_encrypted_chat_slices_gen.go#L238: func (s EncryptedChatClassArray) EncryptedChatToMap() map[int]*EncryptedChat {
tl_encrypted_chat_slices_gen.go#L239: r := make(map[int]*EncryptedChat, len(s))
tl_encrypted_chat_slices_gen.go#L247: value, ok := elem.(*EncryptedChat)
tl_encrypted_chat_slices_gen.go#L720: type EncryptedChatArray []EncryptedChat
tl_encrypted_chat_slices_gen.go#L723: func (s EncryptedChatArray) Sort(less func(a, b EncryptedChat) bool) EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L731: func (s EncryptedChatArray) SortStable(less func(a, b EncryptedChat) bool) EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L739: func (s EncryptedChatArray) Retain(keep func(x EncryptedChat) bool) EncryptedChatArray {
tl_encrypted_chat_slices_gen.go#L753: func (s EncryptedChatArray) First() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L761: func (s EncryptedChatArray) Last() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L769: func (s *EncryptedChatArray) PopFirst() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L779: var zero EncryptedChat
tl_encrypted_chat_slices_gen.go#L788: func (s *EncryptedChatArray) Pop() (v EncryptedChat, ok bool) {
tl_encrypted_chat_slices_gen.go#L803: return s.Sort(func(a, b EncryptedChat) bool {
tl_encrypted_chat_slices_gen.go#L810: return s.SortStable(func(a, b EncryptedChat) bool {
tl_encrypted_chat_slices_gen.go#L817: return s.Sort(func(a, b EncryptedChat) bool {
tl_encrypted_chat_slices_gen.go#L824: return s.SortStable(func(a, b EncryptedChat) bool {
tl_encrypted_chat_slices_gen.go#L830: func (s EncryptedChatArray) FillMap(to map[int]EncryptedChat) {
tl_encrypted_chat_slices_gen.go#L837: func (s EncryptedChatArray) ToMap() map[int]EncryptedChat {
tl_encrypted_chat_slices_gen.go#L838: r := make(map[int]EncryptedChat, len(s))
tl_registry_gen.go#L3976: EncryptedChatTypeID: func() bin.Object { return &EncryptedChat{} },
|
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. |